Skip to content

Commit 9b4826c

Browse files
committed
fix: Enable predictive back, fix crash
#266
1 parent 2ade46c commit 9b4826c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
android:label="@string/app_name"
1212
android:supportsRtl="true"
1313
android:theme="@style/Theme.WikiReader.Starting"
14-
android:enableOnBackInvokedCallback="false"
14+
android:enableOnBackInvokedCallback="true"
1515
tools:targetApi="36">
1616
<activity
1717
android:name="org.nsh07.wikireader.MainActivity"

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[versions]
2-
activityCompose = "1.12.0-alpha07"
2+
activityCompose = "1.10.1"
33
adaptive = "1.1.0"
4-
agp = "8.12.2"
4+
agp = "8.11.1"
55
coil = "3.3.0"
66
coilGif = "3.3.0"
77
composeBom = "2025.08.01"
8-
composeChartsVersion = "0.1.10"
8+
composeChartsVersion = "0.1.11"
99
coreKtx = "1.17.0"
1010
coreSplashscreen = "1.0.1"
1111
espressoCore = "3.7.0"
@@ -18,7 +18,7 @@ latex2unicode_xX3 = "0.3.2"
1818
lifecycleRuntimeKtx = "2.9.3"
1919
lifecycleViewmodelCompose = "2.9.3"
2020
materialKolor = "3.0.1"
21-
nav3Core = "1.0.0-alpha08"
21+
nav3Core = "1.0.0-alpha06"
2222
navigationCompose = "2.9.3"
2323
okhttp = "5.1.0"
2424
retrofit = "3.0.0"

0 commit comments

Comments
 (0)