Commit c2416a80 by TakeItEasyJQ

fix

parent 08b1d6e6
......@@ -359,6 +359,8 @@ public class NotificationService extends Service {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) {
// stopForeground(STOP_FOREGROUND_REMOVE);
}
timer.cancel();
timer.purge();
stopSelf();
return super.onUnbind(intent);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment