From 86404bda2c3e7cee1fb7aa9bfbba41dea3c26ab8 Mon Sep 17 00:00:00 2001 From: Ethan Yonker Date: Thu, 31 Mar 2016 08:01:05 -0500 Subject: 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 --- gui/gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/gui.cpp b/gui/gui.cpp index c2a439acb..4cf80a482 100644 --- a/gui/gui.cpp +++ b/gui/gui.cpp @@ -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; -- cgit v1.2.3