Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e51c5ee2 authored by Johannes Gallmann's avatar Johannes Gallmann Committed by Android (Google) Code Review
Browse files

Merge "Move SqueezeEffectModule into TopLevelWindowEffectsModule" into main

parents c36242fc 01590e18
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -98,7 +98,6 @@ import com.android.systemui.statusbar.policy.IndividualSensorPrivacyControllerIm
import com.android.systemui.statusbar.policy.SensorPrivacyController;
import com.android.systemui.statusbar.policy.SensorPrivacyControllerImpl;
import com.android.systemui.toast.ToastModule;
import com.android.systemui.topwindoweffects.dagger.SqueezeEffectRepositoryModule;
import com.android.systemui.topwindoweffects.dagger.TopLevelWindowEffectsModule;
import com.android.systemui.touchpad.tutorial.TouchpadTutorialModule;
import com.android.systemui.unfold.SysUIUnfoldStartableModule;
@@ -174,7 +173,6 @@ import javax.inject.Provider;
        StatusBarPhoneModule.class,
        SystemActionsModule.class,
        ShadeModule.class,
        SqueezeEffectRepositoryModule.class,
        StartCentralSurfacesModule.class,
        SceneContainerFrameworkModule.class,
        SysUICoroutinesModule.class,
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ import dagger.Provides
import dagger.multibindings.ClassKey
import dagger.multibindings.IntoMap

@Module
@Module(includes = [SqueezeEffectRepositoryModule::class])
object TopLevelWindowEffectsModule {

    @Provides