Fix access to safety number view from group members screen
This commit is contained in:
parent
3d8006a54f
commit
35e943e817
2 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
this.render();
|
||||
if (options.onLoad) {
|
||||
options.onLoad();
|
||||
options.onLoad(this);
|
||||
}
|
||||
|
||||
this.loadKeys().then(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue