mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 23:51:21 +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")
|
||||
if (reload) {
|
||||
backdropService.clearBackdrop()
|
||||
}
|
||||
|
||||
serverRepository.currentUserDto.value?.let { userDto ->
|
||||
val includedIds =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue