Skip to content

Commit

Permalink
refactor: Disable some screens from login flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Lastaapps committed Jan 19, 2025
1 parent db5b4b3 commit 471356d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024, Petr Laštovička as Lasta apps, All rights reserved
* Copyright 2025, Petr Laštovička as Lasta apps, All rights reserved
*
* This file is part of Menza.
*
Expand Down Expand Up @@ -161,10 +161,10 @@ internal class DefaultStartingComponent(
listOf(
Policy,
DownloadData,
ChooseTheme,
// ChooseTheme,
ChoosePrice,
ChooseDishLanguage,
OrderMenzaList,
// ChooseDishLanguage,
// OrderMenzaList,
AllSet,
)
}
Expand Down

0 comments on commit 471356d

Please sign in to comment.