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

Commit 5fd9ac39 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add a flag to fix the null pointer exception on Avatar Picker." into main

parents be08e7da 2ccbfe77
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -160,6 +160,16 @@ flag {
  }
}

flag {
    name: "fix_avatar_content_provider_null_authority"
    namespace: "multiuser"
    description: "Fix crash when content provider authority is null."
    bug: "362880068"
    metadata {
        purpose: PURPOSE_BUGFIX
  }
}

flag {
    name: "fix_avatar_picker_not_responding_for_new_user"
    namespace: "multiuser"