Skip to content

Commit a657de7

Browse files
committed
Merge pull request #399 from wordpress-mobile/feature/posting-improvements
Feature/posting improvements
2 parents 5ad7b34 + af23bba commit a657de7

File tree

74 files changed

+3278
-2685
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+3278
-2685
lines changed

AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@
101101
<activity
102102
android:name=".ui.posts.EditLinkActivity"
103103
android:label="@string/create_a_link"
104-
android:theme="@style/WordPress.Dialog" />
104+
android:theme="@style/WordPress.Dialog"
105+
android:windowSoftInputMode="stateVisible" />
105106
<activity
106107
android:name=".ui.posts.EditPostActivity"
107108
android:configChanges="orientation|keyboardHidden|screenSize"
708 Bytes
1.41 KB
1.47 KB
1.31 KB
1.25 KB
1.78 KB
1.26 KB
1.1 KB
1.73 KB

0 commit comments

Comments
 (0)