mirror of
https://gitea.mayex.net/mayekkuzu/Audinaut.git
synced 2025-01-23 17:34:54 +03:00
Remove redundant var
This commit is contained in:
parent
82a8d0fff8
commit
9f3ecd5e8e
@ -315,8 +315,7 @@ public abstract class SectionAdapter<T> extends RecyclerView.Adapter<UpdateViewH
|
||||
}
|
||||
|
||||
public List<T> getSelected() {
|
||||
List<T> selected = new ArrayList<>(this.selected);
|
||||
return selected;
|
||||
return new ArrayList<>(this.selected);
|
||||
}
|
||||
|
||||
public void clearSelected() {
|
||||
|
Loading…
Reference in New Issue
Block a user