Loading app/src/ose/kotlin/at/bitfire/davdroid/ui/intro/OseIntroPageFactory.kt +4 −2 Original line number Diff line number Diff line Loading @@ -13,12 +13,14 @@ class OseIntroPageFactory @Inject constructor( tasksIntroPage: TasksIntroPage ): IntroPageFactory { override val introPages = arrayOf( /*override val introPages = arrayOf( WelcomePage(), tasksIntroPage, permissionsIntroPage, batteryOptimizationsPage, openSourcePage ) )*/ override val introPages = emptyArray<IntroPage>() } No newline at end of file Loading
app/src/ose/kotlin/at/bitfire/davdroid/ui/intro/OseIntroPageFactory.kt +4 −2 Original line number Diff line number Diff line Loading @@ -13,12 +13,14 @@ class OseIntroPageFactory @Inject constructor( tasksIntroPage: TasksIntroPage ): IntroPageFactory { override val introPages = arrayOf( /*override val introPages = arrayOf( WelcomePage(), tasksIntroPage, permissionsIntroPage, batteryOptimizationsPage, openSourcePage ) )*/ override val introPages = emptyArray<IntroPage>() } No newline at end of file