mirror of
https://github.com/nvllsvm/Audinaut
synced 2025-02-18 04:20:37 +01: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() {
|
public List<T> getSelected() {
|
||||||
List<T> selected = new ArrayList<>(this.selected);
|
return new ArrayList<>(this.selected);
|
||||||
return selected;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void clearSelected() {
|
public void clearSelected() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user