File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
app/src/main/java/org/nsh07/wikireader/ui/homeScreen Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ fun AppHomeScreen(
237237 backStack = backStack,
238238 onBack = {
239239 onAction(HomeAction .StopAll )
240- repeat(it) { backStack.removeAt(backStack.lastIndex) }
240+ backStack.removeAt(backStack.lastIndex)
241241 },
242242 transitionSpec = { fadeIn().togetherWith(fadeOut()) },
243243 popTransitionSpec = { fadeIn().togetherWith(fadeOut()) },
Original file line number Diff line number Diff line change 11[versions ]
22activityCompose = " 1.11.0"
33adaptive = " 1.1.0"
4- agp = " 8.13.0 "
4+ agp = " 8.11.2 "
55coil = " 3.3.0"
66coilGif = " 3.3.0"
7- composeBom = " 2025.09.01 "
7+ composeBom = " 2025.10.00 "
88composeChartsVersion = " 0.2.0"
99coreKtx = " 1.17.0"
1010coreSplashscreen = " 1.0.1"
@@ -18,12 +18,12 @@ latex2unicode_xX3 = "0.3.2"
1818lifecycleRuntimeKtx = " 2.9.4"
1919lifecycleViewmodelCompose = " 2.9.4"
2020materialKolor = " 3.0.1"
21- nav3Core = " 1.0.0-alpha10 "
21+ nav3Core = " 1.0.0-alpha11 "
2222navigationCompose = " 2.9.5"
2323okhttp = " 5.2.0"
2424retrofit = " 3.0.0"
2525retrofit2KotlinxSerializationConverter = " 1.0.0"
26- room = " 2.8.1 "
26+ room = " 2.8.2 "
2727uiautomator = " 2.3.0"
2828benchmarkMacroJunit4 = " 1.4.1"
2929baselineprofile = " 1.4.1"
You can’t perform that action at this time.
0 commit comments