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

Commit 62d6ccd1 authored by Vineel Sadineni's avatar Vineel Sadineni Committed by Gerrit Code Review
Browse files

Merge "Make MoreOptionsScope abstract class" into main

parents e7c4bf5e 745c69b7
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 {