Skip to content

Commit 7b4ec68

Browse files
authored
Merge pull request #1275 from RounakDadsena/patch-1
updated update channel to github
2 parents 0a0d0bd + f17cb63 commit 7b4ec68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

data/src/main/java/com/maxrave/data/dataStore/DataStoreManagerImpl.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ internal class DataStoreManagerImpl(
763763

764764
override val updateChannel =
765765
settingsDataStore.data.map { preferences ->
766-
preferences[UPDATE_CHANNEL] ?: FDROID
766+
preferences[UPDATE_CHANNEL] ?: GITHUB
767767
}
768768

769769
override suspend fun setUpdateChannel(channel: String) {
@@ -1160,4 +1160,4 @@ internal class DataStoreManagerImpl(
11601160

11611161
val LIQUID_GLASS = stringPreferencesKey("liquid_glass")
11621162
}
1163-
}
1163+
}

0 commit comments

Comments
 (0)