mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-25 19:05:56 +03:00
Fix / use distinct until change
This commit is contained in:
parent
7cf7b7e10e
commit
93070f3524
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ class UnknownDeviceDetectorSharedViewModel(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
.distinct()
|
.distinctUntilChanged()
|
||||||
.execute { async ->
|
.execute { async ->
|
||||||
// Timber.v("## Detector trigger passed distinct")
|
// Timber.v("## Detector trigger passed distinct")
|
||||||
copy(
|
copy(
|
||||||
|
|
Loading…
Reference in a new issue