Lint: Make a bunch of stuff final
This commit is contained in:
parent
706188af82
commit
497e145c70
27 changed files with 55 additions and 55 deletions
|
|
@ -33,8 +33,8 @@ import androidx.recyclerview.widget.RecyclerView;
|
|||
public class NewPipeRecyclerView extends RecyclerView {
|
||||
private static final String TAG = "NewPipeRecyclerView";
|
||||
|
||||
private Rect focusRect = new Rect();
|
||||
private Rect tempFocus = new Rect();
|
||||
private final Rect focusRect = new Rect();
|
||||
private final Rect tempFocus = new Rect();
|
||||
|
||||
private boolean allowDpadScroll = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue