Fix access to safety number view from group members screen

This commit is contained in:
Scott Nonnenberg 2019-09-05 11:18:44 -07:00 committed by Ken Powers
parent 3d8006a54f
commit 35e943e817
2 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@
this.render();
if (options.onLoad) {
options.onLoad();
options.onLoad(this);
}
this.loadKeys().then(() => {