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

Commit 4a44751b authored by Nicolò Mazzucato's avatar Nicolò Mazzucato Committed by Android (Google) Code Review
Browse files

Revert^2 "Use StatusBarTouchShadeDisplayPolicy as default one"

This reverts commit bcf7ad6e.

Reason for revert: Now that 25Q3 has been snapped we can revert the revert, to set the policy that allows the shade to move between displays again
Bug: 362719719
Bug: 423388949

Change-Id: Iea3c2fac1da81e4a7db76d82a861df55ddc6c682
parent bcf7ad6e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ interface ShadeExpansionIntent {
@Module(includes = [AllShadeDisplayPoliciesModule::class])
interface ShadeDisplayPolicyModule {

    @Binds fun provideDefaultPolicy(impl: DefaultDisplayShadePolicy): ShadeDisplayPolicy
    @Binds fun provideDefaultPolicy(impl: StatusBarTouchShadeDisplayPolicy): ShadeDisplayPolicy

    @Binds
    fun provideShadeExpansionIntent(impl: StatusBarTouchShadeDisplayPolicy): ShadeExpansionIntent