forked from github/wulkanowy-mirror
Add missing override to RemoteConfigHelper.initialize()
This commit is contained in:
parent
5331bf90cd
commit
ef398f7409
@ -15,7 +15,7 @@ class RemoteConfigHelper @Inject constructor(
|
|||||||
private val appInfo: AppInfo,
|
private val appInfo: AppInfo,
|
||||||
) : BaseRemoteConfigHelper() {
|
) : BaseRemoteConfigHelper() {
|
||||||
|
|
||||||
fun initialize() {
|
override fun initialize() {
|
||||||
FirebaseApp.initializeApp(context)
|
FirebaseApp.initializeApp(context)
|
||||||
|
|
||||||
Firebase.remoteConfig.setConfigSettingsAsync(remoteConfigSettings {
|
Firebase.remoteConfig.setConfigSettingsAsync(remoteConfigSettings {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user