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

Commit a8dbe876 authored by Kshitij Gupta's avatar Kshitij Gupta
Browse files

SystemUI: Add flag to not use runBlocking

- As seen in the past, runBlocking is very problematic and should
  never be used in SystemUI. This flag allows switching to an
  alternate method used as appropriate, without use of runBlocking

Bug: 411091082
Flag: com.android.systemui.do_not_use_run_blocking
Change-Id: I57f949b4b7fcdc3836b0200d58f5ed18d6fe503d
parent f16f6b24
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -2127,3 +2127,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"
}