Fix typo
This commit is contained in:
parent
c73d004f67
commit
683b1fe9d5
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue