mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
fix crash on delayed long-press delete feed
This commit is contained in:
parent
6318ed9ee6
commit
360ab6f90c
1 changed files with 1 additions and 1 deletions
|
@ -735,7 +735,7 @@ public class FolderListAdapter extends BaseExpandableListAdapter {
|
|||
}
|
||||
|
||||
/** Get the cached Feed object for the feed at the given list location. */
|
||||
public Feed getFeed(int groupPosition, int childPosition) {
|
||||
public synchronized Feed getFeed(int groupPosition, int childPosition) {
|
||||
return activeFolderChildren.get(groupPosition).get(childPosition);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue