fix(unofficial-quote-toots): maybe. Just maybe fix a bug.
This commit is contained in:
parent
55ad624209
commit
45324a5598
|
@ -717,7 +717,7 @@ public abstract class BaseStatusListFragment<T extends DisplayItemsParent> exten
|
|||
}
|
||||
}
|
||||
|
||||
if (startIndex==-1 && endIndex==-1)
|
||||
if (startIndex==-1)
|
||||
return;
|
||||
|
||||
// Only StatusListFragments/NotificationsListFragments can display status with quotes
|
||||
|
|
Loading…
Reference in New Issue