Skip to content

Commit

Permalink
Update FreezerService.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Nep-Timeline committed Sep 9, 2024
1 parent 09dba49 commit 1add177
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import nep.timeline.cirno.entity.AppRecord;
import nep.timeline.cirno.entity.ProcessRecord;
import nep.timeline.cirno.threads.FreezerHandler;
import nep.timeline.cirno.utils.FrozenRW;

public class FreezerService {
Expand All @@ -20,6 +21,8 @@ public static void freezer(AppRecord appRecord) {


public static void thaw(AppRecord appRecord) {
FreezerHandler.removeAppMessage(appRecord);

if (!appRecord.isFrozen() || appRecord.isSystem())
return;

Expand Down

0 comments on commit 1add177

Please sign in to comment.