don't globally remove status on refresh
closes sk22#896
This commit is contained in:
@@ -87,7 +87,7 @@ public class HomeTimelineFragment extends StatusListFragment {
|
|||||||
else
|
else
|
||||||
E.post(new StatusCountersUpdatedEvent(updated));
|
E.post(new StatusCountersUpdatedEvent(updated));
|
||||||
}else{
|
}else{
|
||||||
E.post(new StatusDeletedEvent(cached.id, accountID));
|
removeStatus(cached);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user