Fix FDroid build

This commit is contained in:
Benoit Marty 2022-12-06 18:21:07 +01:00
parent 0d12dbbe7e
commit 988afa4ebe
1 changed files with 3 additions and 3 deletions

View File

@ -46,9 +46,9 @@ abstract class FlavorModule {
@Provides
fun provideNightlyProxy() = object : NightlyProxy {
override fun onHomeResumed() {
// no op
}
override fun canDisplayPopup() = false
override fun isNightlyBuild() = false
override fun updateApplication() = Unit
}
@Provides