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

Commit 090a4dc6 authored by Selim Cinek's avatar Selim Cinek Committed by Automerger Merge Worker
Browse files

Merge "Fixed failing SectionManagerTests" into rvc-dev am: 3c947358 am:...

Merge "Fixed failing SectionManagerTests" into rvc-dev am: 3c947358 am: 3245b620 am: 407b7c63 am: 2c9636de

Change-Id: I217e067928aa8d17c9d40ab1ea0211e84c1996fa
parents 799b4503 2c9636de
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -49,12 +49,12 @@ class NotificationSectionsFeatureManagerTest : SysuiTestCase() {
        manager!!.clearCache()
        originalQsMediaPlayer = Settings.System.getInt(context.getContentResolver(),
                "qs_media_player", 1)
        Settings.System.putInt(context.getContentResolver(), "qs_media_player", 0)
        Settings.Global.putInt(context.getContentResolver(), "qs_media_player", 0)
    }

    @After
    public fun teardown() {
        Settings.System.putInt(context.getContentResolver(), "qs_media_player",
        Settings.Global.putInt(context.getContentResolver(), "qs_media_player",
                originalQsMediaPlayer)
    }