mirror of
https://github.com/tateisu/SubwayTooter
synced 2024-12-27 17:32:54 +01:00
ギャップ読み込み中にリストの内容が変化した場合に更新範囲がずれていた問題の修正
This commit is contained in:
parent
7eb353b46d
commit
d94eca6fc0
@ -504,7 +504,7 @@ class ItemViewHolder implements View.OnClickListener, View.OnLongClickListener {
|
||||
if( search_tag != null ){
|
||||
activity.openHashTag( activity.nextPosition( column ),access_info, search_tag );
|
||||
}else if( gap != null ){
|
||||
column.startGap( gap, position );
|
||||
column.startGap( gap );
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user