mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 01:15:54 +03:00
Fix FDroid build
This commit is contained in:
parent
0d12dbbe7e
commit
988afa4ebe
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue