Skip to content

Commit

Permalink
Enable predictive back gesture
Browse files Browse the repository at this point in the history
  • Loading branch information
imashnake0 committed Jan 3, 2024
1 parent 7a62675 commit 676da49
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<manifest xmlns:tools="http://schemas.android.com/tools"
xmlns:android="http://schemas.android.com/apk/res/android">

<uses-permission android:name="android.permission.INTERNET" />

Expand All @@ -10,7 +11,9 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@android:style/Theme.Material.NoActionBar">
android:theme="@android:style/Theme.Material.NoActionBar"
android:enableOnBackInvokedCallback="true"
tools:targetApi="tiramisu">
<activity
android:name=".features.MainActivity"
android:windowSoftInputMode="adjustResize"
Expand Down

0 comments on commit 676da49

Please sign in to comment.