[Cleanup] ViewModel cleanup, fixed coroutine dispatchers for some functions
This commit is contained in:
parent
8b100b4a17
commit
eb21c07f5b
10 changed files with 55 additions and 93 deletions
|
@ -585,7 +585,7 @@ object PreferenceUtil {
|
|||
4 -> VerticalFlipTransformation()
|
||||
5 -> HingeTransformation()
|
||||
6 -> VerticalStackTransformer()
|
||||
else -> NormalPageTransformer()
|
||||
else -> ViewPager.PageTransformer { _, _ -> }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue