reduced the checkforapp function call to reduce unwanted log info

Change-Id: I79ef116989f68333292d3518dcb3ea08be98b8ef
This commit is contained in:
epicX
2020-12-30 01:03:18 +05:30
committed by bigbiff
parent acc7f0f873
commit 271bb3a17c
7 changed files with 54 additions and 61 deletions
+2
View File
@@ -355,6 +355,8 @@ int main(int argc, char **argv) {
PageManager::LoadLanguage(DataManager::GetStrValue("tw_language"));
GUIConsole::Translate_Now();
TWFunc::checkforapp(); //Checking compatibility for TWRP app
// Launch the main GUI
gui_start();
delete adb_bu_fifo;