This commit is contained in:
Benoit Marty 2026-02-24 16:37:03 +01:00 committed by Benoit Marty
parent c73d004f67
commit 683b1fe9d5

View file

@ -107,7 +107,7 @@ class DefaultElementClassicConnection(
if (context.bindService(intentService, serviceConnection, BIND_AUTO_CREATE)) {
Timber.tag(loggerTag.value).d("Binding returned true")
} else {
// This happen when the app is not installed
// This happens when the app is not installed
Timber.tag(loggerTag.value).d("Binding returned false")
mutableStateFlow.emit(ElementClassicConnectionState.ElementClassicNotFound)
}