mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
disable settings cells that are in progress
This commit is contained in:
parent
f98b97fd29
commit
03adc8c3d6
1 changed files with 8 additions and 8 deletions
|
|
@ -81,15 +81,15 @@ fun SettingsViewContent(loginViewModel: LoginViewModel, navController: NavHostCo
|
|||
|
||||
// profile pic and name
|
||||
|
||||
SettingRow(text = "Labels") { Log.d("settings", "labels button tapped") }
|
||||
RowDivider()
|
||||
SettingRow(text = "Emails") { Log.d("settings", "emails button tapped") }
|
||||
RowDivider()
|
||||
SettingRow(text = "Subscriptions") { Log.d("settings", "subscriptions button tapped") }
|
||||
// SettingRow(text = "Labels") { Log.d("settings", "labels button tapped") }
|
||||
// RowDivider()
|
||||
// SettingRow(text = "Emails") { Log.d("settings", "emails button tapped") }
|
||||
// RowDivider()
|
||||
// SettingRow(text = "Subscriptions") { Log.d("settings", "subscriptions button tapped") }
|
||||
// RowDivider()
|
||||
// SettingRow(text = "Clubs") { Log.d("settings", "clubs button tapped") }
|
||||
|
||||
SectionSpacer()
|
||||
// SectionSpacer()
|
||||
|
||||
// SettingRow(text = "Push Notifications") { Log.d("settings", "pn button tapped") }
|
||||
// RowDivider()
|
||||
|
|
@ -107,8 +107,8 @@ fun SettingsViewContent(loginViewModel: LoginViewModel, navController: NavHostCo
|
|||
|
||||
SectionSpacer()
|
||||
|
||||
SettingRow(text = "Manage Account") { Log.d("settings", "logout button tapped") }
|
||||
RowDivider()
|
||||
// SettingRow(text = "Manage Account") { Log.d("settings", "logout button tapped") }
|
||||
// RowDivider()
|
||||
SettingRow(text = "Logout", includeIcon = false) { showLogoutDialog.value = true }
|
||||
RowDivider()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue