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

Commit 3cf41322 authored by Ibrahim Yilmaz's avatar Ibrahim Yilmaz
Browse files

CallStyle: add flag for async setData

Bug: 293961072
Test: presubmit
Flag: ACONFIG android.widget.flags.call_style_set_data_async DEVELOPMENT
Change-Id: I81c649e4490eccb38748e1eabd4d435b44a04a5b
parent 320401ae
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -6,3 +6,13 @@ flag {
   description: "Enables notification specific LinearLayout optimization"
   bug: "316110233"
}

flag {
  name: "call_style_set_data_async"
  namespace: "systemui"
  description: "Offloads caller icon drawable loading to the background thread"
  bug: "293961072"
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}
 No newline at end of file