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

Commit 3c947358 authored by Selim Cinek's avatar Selim Cinek Committed by Android (Google) Code Review
Browse files

Merge "Fixed failing SectionManagerTests" into rvc-dev

parents f4c4b9a3 6eec7f21
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)
    }