1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-09-19 22:29:09 -05:00

Add missing override to RemoteConfigHelper.initialize()

This commit is contained in:
Mikołaj Pich 2023-03-07 22:29:37 +01:00
parent 5331bf90cd
commit ef398f7409

View File

@ -15,7 +15,7 @@ class RemoteConfigHelper @Inject constructor(
private val appInfo: AppInfo,
) : BaseRemoteConfigHelper() {
fun initialize() {
override fun initialize() {
FirebaseApp.initializeApp(context)
Firebase.remoteConfig.setConfigSettingsAsync(remoteConfigSettings {