reset status and hide the dialog

Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
sowjanyakch 2024-11-07 16:02:22 +01:00
parent 3f74a440d5
commit fbecfaf95d
No known key found for this signature in database
GPG key ID: F7AA2A8B65B50220

View file

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