fix(unofficial-quote-toots): add a check for the end index in the early return
This commit is contained in:
@@ -717,7 +717,7 @@ public abstract class BaseStatusListFragment<T extends DisplayItemsParent> exten
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (startIndex==-1)
|
if (startIndex==-1 || endIndex==-1)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// Only StatusListFragments/NotificationsListFragments can display status with quotes
|
// Only StatusListFragments/NotificationsListFragments can display status with quotes
|
||||||
|
|||||||
Reference in New Issue
Block a user