Niedzielski has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/308760

Change subject: Use defaults for main config handling, launch mode
......................................................................

Use defaults for main config handling, launch mode

The OverhaulActivity became the new MainActivity. OverhaulActivity
doesn't hold a WebView and so doesn't seem to require singleTask launch
mode and was designed to use Fragments so configuration handling may be
owned by the platform.

Change-Id: I190bae2232d35a89a3e0d36f71322353141b2c80
---
M app/src/main/AndroidManifest.xml
1 file changed, 1 insertion(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/apps/android/wikipedia 
refs/changes/60/308760/1

diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 38b55f9..e10c4de 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -56,9 +56,7 @@
 
         <activity android:name=".MainActivity"
                   android:theme="@style/MainTheme"
-                  android:windowSoftInputMode="stateAlwaysHidden"
-                  android:configChanges="orientation|screenSize"
-                  android:launchMode="singleTask">
+                  android:windowSoftInputMode="stateAlwaysHidden">
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />
                 <category android:name="android.intent.category.LAUNCHER" />

-- 
To view, visit https://gerrit.wikimedia.org/r/308760
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I190bae2232d35a89a3e0d36f71322353141b2c80
Gerrit-PatchSet: 1
Gerrit-Project: apps/android/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Niedzielski <sniedziel...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to