Skip to content

Commit

Permalink
Update DepthWallpaper.java
Browse files Browse the repository at this point in the history
  • Loading branch information
DHD2280 authored Dec 5, 2024
1 parent 0fd16d3 commit 9bfcac3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,7 @@ private void setDepthWallpaper() {
state.contains("KEYGUARD") // OOS 13
)
&& canShow;
log("Setting Depth Wallpaper ScrimState: " + state + " showSubject: " + showSubject + " lockScreenSubjectCacheValid: " + lockScreenSubjectCacheValid);


if (showSubject) {
log("Show Subject lockScreenSubjectCacheValid " + lockScreenSubjectCacheValid + " cacheFile exists " + new File(getLockScreenSubjectCachePath()).exists());
if (!lockScreenSubjectCacheValid && new File(getLockScreenSubjectCachePath()).exists()) {
Expand Down

0 comments on commit 9bfcac3

Please sign in to comment.