Skip to content

Commit

Permalink
only warn if APP_REQUEST_FOREGROUND not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Dec 6, 2024
1 parent 5e9ce6f commit 1e20d4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ public void logOut(){
lg.error("requestForeground failed", e);
}
} else {
lg.error("APP_REQUEST_FOREGROUND not supported");
lg.warn("APP_REQUEST_FOREGROUND not supported");
}
} catch (IOException e) {
throw new RuntimeException(e);
Expand Down

0 comments on commit 1e20d4a

Please sign in to comment.