mirror of
https://github.com/gsantner/dandelion
synced 2024-11-22 04:12:08 +01:00
disable AndroidSupportMeWrapper
This commit is contained in:
parent
ff62aa5a07
commit
f3b3c6a160
1 changed files with 1 additions and 1 deletions
|
@ -664,7 +664,7 @@ public class MainActivity extends ThemedActivity
|
||||||
protected void onResume() {
|
protected void onResume() {
|
||||||
AppLog.v(this, "onResume()");
|
AppLog.v(this, "onResume()");
|
||||||
super.onResume();
|
super.onResume();
|
||||||
new AndroidSupportMeWrapper(this).mainOnResume();
|
//new AndroidSupportMeWrapper(this).mainOnResume();
|
||||||
AppLog.v(this, "Register BroadcastReceivers");
|
AppLog.v(this, "Register BroadcastReceivers");
|
||||||
LocalBroadcastManager.getInstance(this).registerReceiver(brSetTitle, new IntentFilter(ACTION_UPDATE_TITLE_FROM_URL));
|
LocalBroadcastManager.getInstance(this).registerReceiver(brSetTitle, new IntentFilter(ACTION_UPDATE_TITLE_FROM_URL));
|
||||||
LocalBroadcastManager.getInstance(this).registerReceiver(brOpenExternalLink, new IntentFilter(ACTION_OPEN_EXTERNAL_URL));
|
LocalBroadcastManager.getInstance(this).registerReceiver(brOpenExternalLink, new IntentFilter(ACTION_OPEN_EXTERNAL_URL));
|
||||||
|
|
Loading…
Reference in a new issue