Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14577cb2 authored by Kshitij Gupta's avatar Kshitij Gupta Committed by Android (Google) Code Review
Browse files

Merge "SystemUI: Add flag to not use runBlocking" into main

parents e67b918e a8dbe876
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -2099,3 +2099,10 @@ flag {
      purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "do_not_use_run_blocking"
    namespace: "systemui"
    description: "Gets rid of runBlocking usages wherever possible, across all of sysui."
    bug: "423462317"
}