mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-15 07:28:30 +00:00
Convert AccountSettingsFragment from DSL to Compose.
This commit is contained in:
committed by
Jeffrey Starke
parent
71c34e17eb
commit
dcce8ea35a
@@ -158,9 +158,10 @@ object Rows {
|
||||
label: String? = null,
|
||||
icon: ImageVector? = null,
|
||||
textColor: Color = MaterialTheme.colorScheme.onSurface,
|
||||
enabled: Boolean = true,
|
||||
isLoading: Boolean = false
|
||||
) {
|
||||
val enabled = !isLoading
|
||||
val enabled = enabled && !isLoading
|
||||
|
||||
Row(
|
||||
modifier = modifier
|
||||
|
||||
Reference in New Issue
Block a user