Skip to content

Commit 49a6391

Browse files
Fix #44 On initial start, directly open keyboard alongside focusing server address field
1 parent 33e6df4 commit 49a6391

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

app/app.iml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/dependency-cache" />
7272
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/dex" />
7373
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/jars" />
74-
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/cardview-v7/23.0.1/jars" />
7574
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/design/23.0.1/jars" />
7675
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/gridlayout-v7/23.0.1/jars" />
7776
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/23.0.1/jars" />
@@ -92,7 +91,6 @@
9291
<orderEntry type="library" exported="" name="recyclerview-v7-23.0.1" level="project" />
9392
<orderEntry type="library" exported="" name="gridlayout-v7-23.0.1" level="project" />
9493
<orderEntry type="library" exported="" name="bypasses-1.0.1" level="project" />
95-
<orderEntry type="library" exported="" name="cardview-v7-23.0.1" level="project" />
9694
<orderEntry type="library" exported="" name="support-v4-23.0.1" level="project" />
9795
<orderEntry type="library" exported="" name="design-23.0.1" level="project" />
9896
<orderEntry type="library" exported="" name="appcompat-v7-23.0.1" level="project" />

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
<activity
3939
android:name="it.niedermann.owncloud.notes.android.activity.SettingsActivity"
4040
android:label="@string/app_name"
41-
android:parentActivityName="it.niedermann.owncloud.notes.android.activity.NotesListViewActivity" >
41+
android:parentActivityName="it.niedermann.owncloud.notes.android.activity.NotesListViewActivity"
42+
android:windowSoftInputMode="stateVisible">
4243
</activity>
4344
<activity
4445
android:name="it.niedermann.owncloud.notes.android.activity.CreateNoteActivity"

0 commit comments

Comments
 (0)