Reverting the other irrelevant thing.
This commit is contained in:
parent
47f57bab17
commit
2749ffb6f2
|
@ -279,6 +279,7 @@ public abstract class BaseStatusListFragment<T extends DisplayItemsParent> exten
|
|||
public void onViewCreated(View view, Bundle savedInstanceState){
|
||||
super.onViewCreated(view, savedInstanceState);
|
||||
fab=view.findViewById(R.id.fab);
|
||||
|
||||
list.addOnScrollListener(new RecyclerView.OnScrollListener(){
|
||||
@Override
|
||||
public void onScrolled(@NonNull RecyclerView recyclerView, int dx, int dy){
|
||||
|
|
Loading…
Reference in New Issue