This commit is contained in:
Grishka 2022-11-13 19:44:40 +04:00
parent 58735094f1
commit 2c11b879ae

View File

@ -142,7 +142,6 @@ public class HomeTimelineFragment extends StatusListFragment{
} }
} }
@Subscribe
public void onStatusCreated(StatusCreatedEvent ev){ public void onStatusCreated(StatusCreatedEvent ev){
prependItems(Collections.singletonList(ev.status), true); prependItems(Collections.singletonList(ev.status), true);
} }