Skip to content

Commit

Permalink
Minor code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gzsombor committed Jan 26, 2021
1 parent ff8e885 commit b6c51ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* Subclass of VideoGridAdapter that supports drag & drop reordering of the items in the grid.
*/
public class OrderableVideoGridAdapter extends VideoGridAdapter implements ItemTouchHelperAdapter {
private OrderableDatabase database = null;
private final OrderableDatabase database;

public OrderableVideoGridAdapter(OrderableDatabase database) {
this.database = database;
Expand Down

0 comments on commit b6c51ca

Please sign in to comment.