only display warning when not already revealed
This commit is contained in:
@@ -511,6 +511,7 @@ public abstract class BaseStatusListFragment<T extends DisplayItemsParent> exten
|
|||||||
displayItems.addAll(startPos, warning.filteredItems);
|
displayItems.addAll(startPos, warning.filteredItems);
|
||||||
adapter.notifyItemRangeInserted(startPos, warning.filteredItems.size() - 1);
|
adapter.notifyItemRangeInserted(startPos, warning.filteredItems.size() - 1);
|
||||||
if (startPos == 0) scrollToTop();
|
if (startPos == 0) scrollToTop();
|
||||||
|
warning.getItem().status.filterRevealed = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getAccountID(){
|
public String getAccountID(){
|
||||||
|
|||||||
Reference in New Issue
Block a user