Stop trying to load /script/ui.xml
I think this feature was used way back in the very early days of TWRP 2.0 on the Kindle Fire and has not been used since. I see no reason to keep it around for now and we can always reinstate it later if for some reason we need this feature again. Change-Id: Ie9f3e5db7190732f813ae1e152aab2d85a4ca98c
This commit is contained in:
+1
-1
@@ -765,7 +765,7 @@ extern "C" int gui_loadResources(void)
|
||||
check = 1;
|
||||
}
|
||||
|
||||
if (check == 0 && PageManager::LoadPackage("TWRP", "/script/ui.xml", "main"))
|
||||
if (check == 0)
|
||||
{
|
||||
std::string theme_path;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user