Hlakhara has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/346163 )

Change subject: Fix: Auto display keyboard when launched from widget
......................................................................

Fix: Auto display keyboard when launched from widget

When launching Wikipedia from widget Keyboard now
shows properly. The issue was also present when
searching text from another app. That is fixed as well.

Bug: T161106
Change-Id: I66dfa63f0bf62a2247897ccc4de0d479cb5638e1
---
M app/src/main/AndroidManifest.xml
1 file changed, 1 insertion(+), 1 deletion(-)


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

diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 2f2985f..b685058 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -65,7 +65,7 @@
 
         <activity android:name=".main.MainActivity"
                   android:theme="@style/AppTheme"
-                  android:windowSoftInputMode="stateAlwaysHidden|adjustResize"
+                  android:windowSoftInputMode="stateUnspecified|adjustResize"
                   android:launchMode="singleTask">
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I66dfa63f0bf62a2247897ccc4de0d479cb5638e1
Gerrit-PatchSet: 1
Gerrit-Project: apps/android/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Hlakhara <himanshulakhara1...@gmail.com>

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

Reply via email to