Close verif. page when verifying/blacklisting

This commit is contained in:
miruka
2020-07-08 16:38:26 -04:00
parent d566727698
commit 789e9c7da8
2 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ HFlickableColumnPage {
[deviceOwner, deviceId],
() => {
loading = false
page.verified()
stackView.pop()
}
)
}
@@ -49,7 +49,7 @@ HFlickableColumnPage {
[deviceOwner, deviceId],
() => {
loading = false
page.blacklisted()
stackView.pop()
}
)
}