mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Rename FeatureFlags -> RemoteConfig.
This commit is contained in:
@@ -7,7 +7,7 @@ import org.signal.core.util.ThreadUtil
|
||||
import org.thoughtcrime.securesms.keyvalue.SignalStore
|
||||
import org.thoughtcrime.securesms.stickers.StickerSearchRepository
|
||||
import org.thoughtcrime.securesms.util.DefaultValueLiveData
|
||||
import org.thoughtcrime.securesms.util.FeatureFlags
|
||||
import org.thoughtcrime.securesms.util.RemoteConfig
|
||||
|
||||
class KeyboardPagerViewModel : ViewModel() {
|
||||
|
||||
@@ -20,7 +20,7 @@ class KeyboardPagerViewModel : ViewModel() {
|
||||
startingPages.remove(KeyboardPage.EMOJI)
|
||||
}
|
||||
|
||||
if (!FeatureFlags.gifSearchAvailable) {
|
||||
if (!RemoteConfig.gifSearchAvailable) {
|
||||
startingPages.remove(KeyboardPage.GIF)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user