mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-17 04:20:00 +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…
Add table
Reference in a new issue