Added possible workaround for #7. More testing required

This commit is contained in:
adolfintel
2019-04-07 10:07:51 +02:00
parent 4138d440b2
commit c043ade2d9
@@ -203,9 +203,9 @@ public class PodsService extends Service {
if(notificationShowing){
if(ENABLE_LOGGING) Log.d(TAG,"Removing notification");
notificationShowing=false;
mNotifyManager.cancel(1);
continue;
}
mNotifyManager.cancel(1);
}
if(isLocationEnabled()) {
mBuilder.setCustomContentView(notificationSmall);