Change signature of RecyclerViewFragment#onCreateAdapter() to not require Bundle param
This commit is contained in:
@@ -260,7 +260,7 @@ public class StopwatchFragment extends RecyclerViewFragment<
|
||||
}
|
||||
|
||||
@Override
|
||||
protected LapsAdapter onCreateAdapter(Bundle savedInstanceState) {
|
||||
protected LapsAdapter onCreateAdapter() {
|
||||
return new LapsAdapter();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user