Merge "Notify changes after loading icon in sharesheet"
This commit is contained in:
committed by
Android (Google) Code Review
commit
f96f4b9de9
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user