diff options
| author | 2024-10-07 14:02:35 +0000 | |
|---|---|---|
| committer | 2024-10-07 14:02:35 +0000 | |
| commit | 4e3580a66f44ed139ebfa6c3a186bee3105f91a7 (patch) | |
| tree | 70db43c0ca8ea22dcf35367236da4315ad8635cf | |
| parent | 403fb8f5c34a05153ae28d4dfe8a1317d29b8495 (diff) | |
| parent | d53f4c79bc3cf031494762a479ce7edcec0ba2dc (diff) | |
Merge "Enable interruptions in Communal" into main
| -rw-r--r-- | packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/CommunalContainer.kt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/CommunalContainer.kt b/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/CommunalContainer.kt index 557257d6bdc0..571b36639c9e 100644 --- a/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/CommunalContainer.kt +++ b/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/CommunalContainer.kt @@ -162,7 +162,6 @@ fun CommunalContainer( initialScene = currentSceneKey, canChangeScene = { _ -> viewModel.canChangeScene() }, transitions = sceneTransitions, - enableInterruptions = false, ) } |