forked from GitHub-Mirror/riotX-android
Block interaction on initial sync
This commit is contained in:
parent
fc302c1b5a
commit
c9931e3ba3
@ -123,6 +123,9 @@ class HomeActivity : VectorBaseActivity(), ToolbarConfigurable {
|
|||||||
if (sprogress == null) {
|
if (sprogress == null) {
|
||||||
waiting_view.isVisible = false
|
waiting_view.isVisible = false
|
||||||
} else {
|
} else {
|
||||||
|
waiting_view.setOnClickListener {
|
||||||
|
//block interactions
|
||||||
|
}
|
||||||
waiting_view_status_horizontal_progress.apply {
|
waiting_view_status_horizontal_progress.apply {
|
||||||
isIndeterminate = false
|
isIndeterminate = false
|
||||||
max = 100
|
max = 100
|
||||||
|
Loading…
Reference in New Issue
Block a user