Skip to content

Commit

Permalink
fix start keyboard expanded smh
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelonion committed Jun 26, 2024
1 parent b109d50 commit 6eb654b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
android:parentActivityName=".MainActivity" />
<activity
android:name=".util.ActivityMarkdownCreator"
android:windowSoftInputMode="adjustResize|stateHidden" />
android:windowSoftInputMode="adjustResize|stateVisible" />
<activity android:name=".parsers.ParserTestActivity" />
<activity
android:name=".media.ReviewActivity"
Expand Down

0 comments on commit 6eb654b

Please sign in to comment.