one more null check
This commit is contained in:
parent
b185733859
commit
745f9270ee
|
@ -116,7 +116,7 @@ public class PersistentNotificationPlugin implements PluginBase {
|
|||
|
||||
String line1 = ctx.getString(R.string.noprofile);
|
||||
|
||||
if (MainApp.getConfigBuilder().getActiveProfileInterface() == null)
|
||||
if (MainApp.getConfigBuilder().getActiveProfileInterface() == null || MainApp.getConfigBuilder().getProfile() == null)
|
||||
return;
|
||||
String units = MainApp.getConfigBuilder().getProfileUnits();
|
||||
|
||||
|
|
Loading…
Reference in a new issue