mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 13:38:49 +03:00
Block interaction on initial sync
This commit is contained in:
parent
fc302c1b5a
commit
c9931e3ba3
1 changed files with 3 additions and 0 deletions
|
@ -123,6 +123,9 @@ class HomeActivity : VectorBaseActivity(), ToolbarConfigurable {
|
|||
if (sprogress == null) {
|
||||
waiting_view.isVisible = false
|
||||
} else {
|
||||
waiting_view.setOnClickListener {
|
||||
//block interactions
|
||||
}
|
||||
waiting_view_status_horizontal_progress.apply {
|
||||
isIndeterminate = false
|
||||
max = 100
|
||||
|
|
Loading…
Reference in a new issue