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

Commit 2ce95650 authored by Anna Bauza's avatar Anna Bauza
Browse files

Avatar picker is not responding after selecting a photo for new user.

When adding a new user and selecting a photo from photo picker Avatar Picker stops responding.

Change-Id: Ie72d5dc08aadcf7e4caf6bf7cb94aa34a9ccb652
Flag: android.multiuser.fix_avatar_picker_not_responding_for_new_user
Test: N/A
Bug: 358407488
parent 9339b8d0
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -160,6 +160,16 @@ flag {
  }
}

flag {
    name: "fix_avatar_picker_not_responding_for_new_user"
    namespace: "multiuser"
    description: "Avatar picker is not responding after selecting photo for new user."
    bug: "358407488"
    metadata {
        purpose: PURPOSE_BUGFIX
  }
}

flag {
    name: "fix_get_user_property_cache"
    namespace: "multiuser"