Improve performance
This commit is contained in:
parent
9811261922
commit
4ebf9edabc
@ -67,6 +67,11 @@ public class SubscriptionsAdapter extends BaseAdapter implements AdapterView.OnI
|
||||
return itemAccess.getItem(getAdjustedPosition(position));
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean hasStableIds() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public long getItemId(int position) {
|
||||
if (position == getAddTilePosition()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user