merging with develop

This commit is contained in:
Adam Brown 2022-08-11 11:22:14 +01:00
parent 244aa094ef
commit 177049ba91
3 changed files with 2 additions and 3 deletions

View file

@ -377,3 +377,4 @@ dependencies {
androidTestImplementation "org.jetbrains.kotlin:kotlin-reflect:1.7.10"
debugImplementation libs.androidx.fragmentTesting
}

View file

@ -92,8 +92,6 @@ android {
fdroid {
dimension "store"
versionName "${versionMajor}.${versionMinor}.${versionPatch}${getFdroidVersionSuffix()}"
buildConfigField "String", "SHORT_FLAVOR_DESCRIPTION", "\"F\""
buildConfigField "String", "FLAVOR_DESCRIPTION", "\"FDroid\""
}

View file

@ -32,7 +32,7 @@ class FirebaseNightlyProxy @Inject constructor(
@DefaultPreferences
private val sharedPreferences: SharedPreferences,
private val buildMeta: BuildMeta,
): NightlyProxy {
) : NightlyProxy {
override fun onHomeResumed() {
if (!canDisplayPopup()) return