Browse Source

reset status and hide the dialog

Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
sowjanyakch 7 months ago
parent
commit
fbecfaf95d

+ 1 - 0
app/src/main/java/com/nextcloud/talk/ui/dialog/SetStatusDialogFragment.kt

@@ -312,6 +312,7 @@ class SetStatusDialogFragment :
                             adapter.notifyDataSetChanged()
                             currentStatus = backupStatus
                             setupCurrentStatus()
+                            dismiss()
                         }
                     }
                     override fun onError(e: Throwable) {