Fix home button being usable in the browser (closes #163)

This commit is contained in:
LiquidFenrir
2018-05-13 19:45:42 +02:00
parent 83887bcb8e
commit db8f9e81e8

View File

@@ -501,7 +501,7 @@ bool themeplaza_browser(EntryMode mode)
bool extra_mode = false;
while(aptMainLoop())
while(true)
{
if(current_list->entries == NULL)
break;