Skip to content

Commit

Permalink
[Android] 予測型「戻る」ジェスチャーの仮対応 (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
YumNumm authored Dec 4, 2023
1 parent ad2955b commit 681aedb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
android:windowSoftInputMode="adjustResize"
android:showWhenLocked="true"
android:turnScreenOn="true"
android:enableOnBackInvokedCallback="true"
android:directBootAware="true">

<meta-data
Expand All @@ -56,4 +57,4 @@
android:value="2" />
</application>

</manifest>
</manifest>

0 comments on commit 681aedb

Please sign in to comment.