SMS Plugin add missing fragment refresh

This commit is contained in:
Milos Kozak 2019-03-08 21:08:21 +01:00
parent 791d5dbd1b
commit 6ea49f17bc

View file

@ -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); 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 EventNewNotification(notification));
} }
MainApp.bus().post(new EventSmsCommunicatorUpdateGui());
} }
private String generatePasscode() { private String generatePasscode() {