mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-22 13:48:55 +00:00
remove old config variable
This commit is contained in:
parent
01ac5f6263
commit
dd92220e41
1 changed files with 1 additions and 5 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue