mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Refactor FeatureFlags.
This commit is contained in:
@@ -20,7 +20,7 @@ class KeyboardPagerViewModel : ViewModel() {
|
||||
startingPages.remove(KeyboardPage.EMOJI)
|
||||
}
|
||||
|
||||
if (!FeatureFlags.gifSearchAvailable()) {
|
||||
if (!FeatureFlags.gifSearchAvailable) {
|
||||
startingPages.remove(KeyboardPage.GIF)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user