Skip to content

Commit

Permalink
Update quickstep/src/com/android/quickstep/QuickstepProcessInitialize…
Browse files Browse the repository at this point in the history
…r.java

Co-authored-by: Zongle Wang <wangzongler@gmail.com>
  • Loading branch information
validcube and Goooler committed Apr 27, 2024
1 parent 4190379 commit 7aa8946
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ protected void init(Context context) {

// Elevate GPU priority for Quickstep and Remote animations.
try {
if (Utilities.ATLEAST_Q) return;
if (!Utilities.ATLEAST_Q) return;
ThreadedRenderer.setContextPriority(
ThreadedRenderer.EGL_CONTEXT_PRIORITY_HIGH_IMG);
} catch (Exception e) {
Expand Down

0 comments on commit 7aa8946

Please sign in to comment.