Loading packages/SystemUI/src/com/android/systemui/keyboard/shortcut/ui/ShortcutCustomizationDialogStarter.kt +1 −4 Original line number Diff line number Diff line Loading @@ -88,10 +88,7 @@ constructor( private fun createDialog(): Dialog { return dialogFactory.create(dialogDelegate = ShortcutCustomizationDialogDelegate()) { dialog -> val uiState by viewModel.shortcutCustomizationUiState.collectAsStateWithLifecycle( initialValue = ShortcutCustomizationUiState.Inactive ) val uiState by viewModel.shortcutCustomizationUiState.collectAsStateWithLifecycle() val coroutineScope = rememberCoroutineScope() ShortcutCustomizationDialog( uiState = uiState, Loading packages/SystemUI/src/com/android/systemui/keyboard/shortcut/ui/composable/ShortcutCustomizer.kt +1 −0 Original line number Diff line number Diff line Loading @@ -409,6 +409,7 @@ private fun Title(title: String) { color = MaterialTheme.colorScheme.onSurface, lineHeight = 32.sp, fontWeight = FontWeight.W400, textAlign = TextAlign.Center, ) } Loading Loading
packages/SystemUI/src/com/android/systemui/keyboard/shortcut/ui/ShortcutCustomizationDialogStarter.kt +1 −4 Original line number Diff line number Diff line Loading @@ -88,10 +88,7 @@ constructor( private fun createDialog(): Dialog { return dialogFactory.create(dialogDelegate = ShortcutCustomizationDialogDelegate()) { dialog -> val uiState by viewModel.shortcutCustomizationUiState.collectAsStateWithLifecycle( initialValue = ShortcutCustomizationUiState.Inactive ) val uiState by viewModel.shortcutCustomizationUiState.collectAsStateWithLifecycle() val coroutineScope = rememberCoroutineScope() ShortcutCustomizationDialog( uiState = uiState, Loading
packages/SystemUI/src/com/android/systemui/keyboard/shortcut/ui/composable/ShortcutCustomizer.kt +1 −0 Original line number Diff line number Diff line Loading @@ -409,6 +409,7 @@ private fun Title(title: String) { color = MaterialTheme.colorScheme.onSurface, lineHeight = 32.sp, fontWeight = FontWeight.W400, textAlign = TextAlign.Center, ) } Loading