Initialize AppDependencies if needed in AvatarProvider.

This commit is contained in:
Greyson Parrelli
2024-09-05 15:45:48 -04:00
committed by Cody Henthorne
parent 9261c34213
commit 6112ee9bd3
26 changed files with 154 additions and 146 deletions

View File

@@ -130,7 +130,7 @@ class IncomingMessageObserver(private val context: Application) {
}
}
AppDependencies.appForegroundObserver.addListener(object : AppForegroundObserver.Listener {
AppForegroundObserver.addListener(object : AppForegroundObserver.Listener {
override fun onForeground() {
onAppForegrounded()
}