mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
flattening branch to avoid empty code block
This commit is contained in:
parent
672d4e591c
commit
01ef46517e
@ -94,9 +94,8 @@ class FtueAuthSplashCarouselFragment @Inject constructor(
|
||||
|
||||
override fun onPageSelected(position: Int) {
|
||||
scheduledTransition?.cancel()
|
||||
if (hasUserManuallyInteractedWithCarousel) {
|
||||
// stop the automatic transitions
|
||||
} else {
|
||||
// only schedule automatic transitions whilst the user has not interacted with the carousel
|
||||
if (!hasUserManuallyInteractedWithCarousel) {
|
||||
scheduledTransition = scheduleCarouselTransition()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user