Skip to content

Commit

Permalink
Fix build error in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Rkareko committed Apr 25, 2024
1 parent a48d8b5 commit a0a56c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ import org.smartregister.p2p.R
class TestApplication : Application() {
override fun onCreate() {
super.onCreate()
setTheme(R.style.Theme_MaterialComponents_DayNight_DarkActionBar)
setTheme(com.google.android.material.R.style.Theme_MaterialComponents_DayNight_DarkActionBar)
}
}

0 comments on commit a0a56c0

Please sign in to comment.