1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2024-06-18 01:25:03 +02:00

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

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));