You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the IncidentsActivity and HistoryActivity both uses a scrollable LinearLayout to display the list of custom view classes. These should be switched over to a RecyclerView (the efficient ListView).