remove old config variable

This commit is contained in:
Phillip Thelen 2019-04-30 15:36:51 +02:00
parent 01ac5f6263
commit dd92220e41

View file

@ -8,11 +8,7 @@ import com.habitrpg.android.habitica.BuildConfig
class AppConfigManager {
private val remoteConfig = FirebaseRemoteConfig.getInstance()
fun repeatablesAreEnabled(): Boolean {
return true
}
fun newShopsEnabled(): Boolean {
return true
}