Merge "Disable stable id in support adapter." into nyc-mr1-dev
am: 7efc40797a
* commit '7efc40797af03adc9b56e9f87acba4fa4d659940':
Disable stable id in support adapter.
Change-Id: Ic7cb02dd709876b88e602aa0b37aaa5e8e0898e8
This commit is contained in:
@@ -66,7 +66,6 @@ public final class SupportItemAdapter extends RecyclerView.Adapter<SupportItemAd
|
||||
mSupportData = new ArrayList<>();
|
||||
// Optimistically assume we have Internet access. It will be updated later to correct value.
|
||||
mHasInternet = true;
|
||||
setHasStableIds(true);
|
||||
refreshData();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user