mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 21:34:44 +02:00
Dynamically enable debug icon
This commit is contained in:
@@ -103,6 +103,9 @@ public class ApplicationEx extends Application {
|
||||
}
|
||||
});
|
||||
|
||||
Helper.enableComponent(this, ActivityMain.class, !BuildConfig.DEBUG);
|
||||
Helper.enableComponent(this, ActivityMain.class.getName() + ".Debug", BuildConfig.DEBUG);
|
||||
|
||||
Log.setup(this);
|
||||
|
||||
upgrade(this);
|
||||
|
||||
Reference in New Issue
Block a user