fixed regression that would not dismiss video encoding notification
This commit is contained in:
parent
0977f300dd
commit
febd9cc3e0
|
@ -1091,9 +1091,9 @@ public class XmppConnectionService extends Service {
|
||||||
status = true;
|
status = true;
|
||||||
} else {
|
} else {
|
||||||
stopForeground(true);
|
stopForeground(true);
|
||||||
mNotificationService.dismissForcedForegroundNotification(); //if the channel was changed the previous call might fail
|
|
||||||
status = false;
|
status = false;
|
||||||
}
|
}
|
||||||
|
mNotificationService.dismissForcedForegroundNotification(); //if the channel was changed the previous call might fail
|
||||||
Log.d(Config.LOGTAG,"ForegroundService: "+(status?"on":"off"));
|
Log.d(Config.LOGTAG,"ForegroundService: "+(status?"on":"off"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue