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

Commit f96f4b9d authored by Jigar Thakkar's avatar Jigar Thakkar Committed by Android (Google) Code Review
Browse files

Merge "Notify changes after loading icon in sharesheet"

parents 964d0e46 57882dab
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -789,6 +789,9 @@ public class ResolverListAdapter extends BaseAdapter {
            } else {
                mDisplayResolveInfo.setDisplayIcon(d);
                mHolder.bindIcon(mDisplayResolveInfo);
                // Notify in case view is already bound to resolve the race conditions on
                // low end devices
                notifyDataSetChanged();
            }
        }