Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f68dcf39 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

AM: Disable welcome pages

- We don't use these.
parent 2d056498
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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