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

Commit 745c69b7 authored by Chaohui Wang's avatar Chaohui Wang Committed by Android Build Cherrypicker Worker
Browse files

Make MoreOptionsScope abstract class

Bug: 321724969
Test: m Settings
Test: unit test
Merged-In: Iced9df83f600c86cc409abc040fb9ace0dcedf1e
Change-Id: Iced9df83f600c86cc409abc040fb9ace0dcedf1e
parent e7c4bf5e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ class ResetAppPreferencesTest {
    }

    private fun setResetAppPreferences() {
        val fakeMoreOptionsScope = object : MoreOptionsScope {
        val fakeMoreOptionsScope = object : MoreOptionsScope() {
            override fun dismiss() {}
        }
        composeTestRule.setContent {