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

Commit c909b372 authored by Chaohui Wang's avatar Chaohui Wang Committed by Android (Google) Code Review
Browse files

Merge "Make MoreOptionsScope abstract class" into main

parents cd5bf1da 97d36b77
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -45,7 +45,7 @@ class ResetAppPreferencesTest {
    }
    }


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