1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2024-11-23 04:42:08 +01:00

Compare commits

..

2 commits

Author SHA1 Message Date
Gregor Santner
4ebd393250
Update v1.3.5 (translations/libs only) 2020-12-09 12:08:05 +01:00
Gregor Santner
f3b3c6a160
disable AndroidSupportMeWrapper 2020-12-09 11:59:36 +01:00
2 changed files with 3 additions and 3 deletions

View file

@ -12,8 +12,8 @@ android {
defaultConfig {
resValue "string", "manifest_package_id", "com.github.dfa.diaspora_android"
applicationId "com.github.dfa.diaspora_android"
versionName "1.3.4"
versionCode 45
versionName "1.3.5"
versionCode 46
vectorDrawables.useSupportLibrary = true
minSdkVersion rootProject.ext.version_minSdk

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