Close verif. page when verifying/blacklisting
This commit is contained in:
parent
d566727698
commit
789e9c7da8
2
TODO.md
2
TODO.md
|
@ -1,11 +1,11 @@
|
|||
# TODO
|
||||
|
||||
- trust/blacklist buttons
|
||||
- reload devices when needed
|
||||
- get devices for members with no shared E2E room?
|
||||
- keyboard controls
|
||||
- remove useless Base imports in Base components
|
||||
- HTile enter trigger leftClicked()
|
||||
- HMenuItem: use onTriggered, not onClicked
|
||||
|
||||
## Refactoring
|
||||
|
||||
|
|
|
@ -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()
|
||||
}
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user