add todo
This commit is contained in:
@@ -212,6 +212,7 @@ public class HomeTimelineFragment extends StatusListFragment {
|
|||||||
AccountSessionManager.getInstance().getAccount(accountID).getCacheController().putHomeTimeline(Collections.singletonList(gapStatus), false);
|
AccountSessionManager.getInstance().getAccount(accountID).getCacheController().putHomeTimeline(Collections.singletonList(gapStatus), false);
|
||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
|
// TODO: refactor this code. it's too long. incomprehensible, even
|
||||||
if(downwards) {
|
if(downwards) {
|
||||||
Set<String> idsBelowGap=new HashSet<>();
|
Set<String> idsBelowGap=new HashSet<>();
|
||||||
boolean belowGap=false;
|
boolean belowGap=false;
|
||||||
|
|||||||
Reference in New Issue
Block a user