mirror of
https://gitea.mayex.net/mayekkuzu/Audinaut.git
synced 2025-01-23 17:24: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() {
|
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…
Reference in New Issue
Block a user