mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-09-01 00:42:08 +02:00
android: make bypass compatibility check button scroll to next onboarding page
This commit is contained in:
+3
@@ -191,6 +191,9 @@ fun OnboardingScreen(
|
|||||||
NotSupportedPage(
|
NotSupportedPage(
|
||||||
bypassCompatibilityCheck = {
|
bypassCompatibilityCheck = {
|
||||||
bypassDeviceCheck(sharedPreferences)
|
bypassDeviceCheck(sharedPreferences)
|
||||||
|
animationScope.launch {
|
||||||
|
state.animateScrollToItem(3)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user