Skip to content

Commit

Permalink
Correction by Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
momomomo111 committed Sep 10, 2023
1 parent 9a75dcf commit 26b7734
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ class DefaultRemoteConfigApi(lifecycle: Lifecycle) : RemoteConfigApi {
firebaseRemoteConfig.android.addOnConfigUpdateListener(object :
ConfigUpdateListener {
override fun onUpdate(configUpdate: ConfigUpdate) {
// Do nothing
}

override fun onError(error: FirebaseRemoteConfigException) {
// Do nothing
}
})
}
Expand Down

0 comments on commit 26b7734

Please sign in to comment.