mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
Code cleanup
This commit is contained in:
parent
10e77d0492
commit
cbeceee81a
1 changed files with 1 additions and 4 deletions
|
|
@ -6,9 +6,7 @@ import androidx.recyclerview.widget.RecyclerView;
|
|||
|
||||
|
||||
public abstract class PaginationScrollListener extends RecyclerView.OnScrollListener {
|
||||
private static final String TAG = "PaginationScrollListener";
|
||||
|
||||
private LinearLayoutManager layoutManager;
|
||||
private final LinearLayoutManager layoutManager;
|
||||
|
||||
protected PaginationScrollListener(LinearLayoutManager layoutManager) {
|
||||
this.layoutManager = layoutManager;
|
||||
|
|
@ -32,5 +30,4 @@ public abstract class PaginationScrollListener extends RecyclerView.OnScrollList
|
|||
protected abstract void loadMoreItems();
|
||||
|
||||
public abstract boolean isLoading();
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue