Fix weird backstack behaviour after clearing database
Shouldn't affect anything since controllers are recreated when entering different sections.
This commit is contained in:
@@ -98,7 +98,7 @@ abstract class DialogController : RestoreViewOnCreateController {
|
||||
/**
|
||||
* Dismiss the dialog and pop this controller
|
||||
*/
|
||||
fun dismissDialog() {
|
||||
private fun dismissDialog() {
|
||||
if (dismissed) {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user