mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-09 08:01:20 +02:00
Only clear backdrop on home for full reloads
This commit is contained in:
parent
2ecc3f262d
commit
13370db48d
1 changed files with 3 additions and 1 deletions
|
|
@ -91,7 +91,9 @@ class HomeViewModel
|
||||||
),
|
),
|
||||||
) {
|
) {
|
||||||
Timber.d("init HomeViewModel")
|
Timber.d("init HomeViewModel")
|
||||||
|
if (reload) {
|
||||||
backdropService.clearBackdrop()
|
backdropService.clearBackdrop()
|
||||||
|
}
|
||||||
|
|
||||||
serverRepository.currentUserDto.value?.let { userDto ->
|
serverRepository.currentUserDto.value?.let { userDto ->
|
||||||
val includedIds =
|
val includedIds =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue