android: make bypass compatibility check button scroll to next onboarding page

This commit is contained in:
Kavish Devar
2026-08-27 15:17:34 +05:30
parent 21babd819f
commit a7537f2361
@@ -191,6 +191,9 @@ fun OnboardingScreen(
NotSupportedPage( NotSupportedPage(
bypassCompatibilityCheck = { bypassCompatibilityCheck = {
bypassDeviceCheck(sharedPreferences) bypassDeviceCheck(sharedPreferences)
animationScope.launch {
state.animateScrollToItem(3)
}
} }
) )
} }