Make MoreOptionsScope abstract class
Bug: 321724969 Test: m Settings Test: unit test Change-Id: Iced9df83f600c86cc409abc040fb9ace0dcedf1e
This commit is contained in:
@@ -45,7 +45,7 @@ class ResetAppPreferencesTest {
|
||||
}
|
||||
|
||||
private fun setResetAppPreferences() {
|
||||
val fakeMoreOptionsScope = object : MoreOptionsScope {
|
||||
val fakeMoreOptionsScope = object : MoreOptionsScope() {
|
||||
override fun dismiss() {}
|
||||
}
|
||||
composeTestRule.setContent {
|
||||
|
Reference in New Issue
Block a user