SMS Plugin add missing fragment refresh
This commit is contained in:
parent
791d5dbd1b
commit
6ea49f17bc
|
@ -518,6 +518,7 @@ public class SmsCommunicatorPlugin extends PluginBase {
|
|||
Notification notification = new Notification(Notification.MISSING_SMS_PERMISSION, MainApp.gs(R.string.smscommunicator_missingsmspermission), Notification.NORMAL);
|
||||
MainApp.bus().post(new EventNewNotification(notification));
|
||||
}
|
||||
MainApp.bus().post(new EventSmsCommunicatorUpdateGui());
|
||||
}
|
||||
|
||||
private String generatePasscode() {
|
||||
|
|
Loading…
Reference in a new issue