Fix weird backstack behaviour after clearing database

Shouldn't affect anything since controllers are recreated when entering different sections.
This commit is contained in:
arkon
2020-07-25 16:45:27 -04:00
parent d749e309f8
commit abd69d4f91
2 changed files with 1 additions and 10 deletions
@@ -98,7 +98,7 @@ abstract class DialogController : RestoreViewOnCreateController {
/**
* Dismiss the dialog and pop this controller
*/
fun dismissDialog() {
private fun dismissDialog() {
if (dismissed) {
return
}