mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-362 Editor | Hide loading state on non exist state (#2535)
Co-authored-by: konstantiniiv <ki@anytype.io>
This commit is contained in:
parent
398aeac3a1
commit
c115653a04
1 changed files with 1 additions and 0 deletions
|
@ -1217,6 +1217,7 @@ open class EditorFragment : NavigationFragment<FragmentEditorBinding>(R.layout.f
|
|||
ViewState.Loading -> {}
|
||||
ViewState.NotExist -> {
|
||||
binding.recycler.gone()
|
||||
binding.loadingContainer.root.gone()
|
||||
binding.objectNotExist.root.visible()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue