mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-22 04:55:29 +03:00
reset status and hide the dialog
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
3f74a440d5
commit
fbecfaf95d
1 changed files with 1 additions and 0 deletions
|
@ -312,6 +312,7 @@ class SetStatusDialogFragment :
|
||||||
adapter.notifyDataSetChanged()
|
adapter.notifyDataSetChanged()
|
||||||
currentStatus = backupStatus
|
currentStatus = backupStatus
|
||||||
setupCurrentStatus()
|
setupCurrentStatus()
|
||||||
|
dismiss()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
override fun onError(e: Throwable) {
|
override fun onError(e: Throwable) {
|
||||||
|
|
Loading…
Reference in a new issue