disable AndroidSupportMeWrapper

This commit is contained in:
Gregor Santner 2020-12-09 11:59:36 +01:00
parent ff62aa5a07
commit f3b3c6a160
No known key found for this signature in database
GPG Key ID: 161767F3E5A5E6CF
1 changed files with 1 additions and 1 deletions

View File

@ -664,7 +664,7 @@ public class MainActivity extends ThemedActivity
protected void onResume() {
AppLog.v(this, "onResume()");
super.onResume();
new AndroidSupportMeWrapper(this).mainOnResume();
//new AndroidSupportMeWrapper(this).mainOnResume();
AppLog.v(this, "Register BroadcastReceivers");
LocalBroadcastManager.getInstance(this).registerReceiver(brSetTitle, new IntentFilter(ACTION_UPDATE_TITLE_FROM_URL));
LocalBroadcastManager.getInstance(this).registerReceiver(brOpenExternalLink, new IntentFilter(ACTION_OPEN_EXTERNAL_URL));