summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Gallmann <gallmann@google.com>2023-11-02 10:48:50 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2023-11-02 10:48:59 +0000
commit4fcd781d8eac27db5edfe7cc9550d7abd5a1f524 (patch)
treef19763c256a3d2dee7ab3a3b7ec3a9144244c4c1
parent174049b7b59bc67dcc86d038e4b5b2eb08dfbd76 (diff)
downloadSystemUIGo-4fcd781d8eac27db5edfe7cc9550d7abd5a1f524.tar.gz
Revert^2 "Clean up PLUG_IN_STATUS_BAR_CHIP flag"
174049b7b59bc67dcc86d038e4b5b2eb08dfbd76 Change-Id: Iea2ff64d14391ad71fc5c2ad989cf20763b02003
-rw-r--r--src/com/android/systemui/go/SystemUIGoModule.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/com/android/systemui/go/SystemUIGoModule.java b/src/com/android/systemui/go/SystemUIGoModule.java
index e73993f..6f9a43a 100644
--- a/src/com/android/systemui/go/SystemUIGoModule.java
+++ b/src/com/android/systemui/go/SystemUIGoModule.java
@@ -55,7 +55,6 @@ import com.android.systemui.statusbar.NotificationLockscreenUserManager;
import com.android.systemui.statusbar.NotificationLockscreenUserManagerImpl;
import com.android.systemui.statusbar.NotificationShadeWindowController;
import com.android.systemui.statusbar.dagger.StartCentralSurfacesModule;
-import com.android.systemui.statusbar.events.StatusBarEventsModule;
import com.android.systemui.statusbar.notification.collection.provider.VisualStabilityProvider;
import com.android.systemui.statusbar.notification.collection.render.GroupMembershipManager;
import com.android.systemui.statusbar.phone.DozeServiceHost;
@@ -101,7 +100,6 @@ import dagger.Provides;
ShadeModule.class,
ShutdownUiModule.class,
StartCentralSurfacesModule.class,
- StatusBarEventsModule.class,
WallpaperModule.class,
VolumeModule.class
})