fix: fix compilation problems with isScrolledToTop method not being implemented
This commit is contained in:
@@ -7,7 +7,7 @@ import androidx.recyclerview.widget.RecyclerView;
|
||||
import org.joinmastodon.android.ui.utils.UiUtils;
|
||||
|
||||
public interface ScrollableToTop{
|
||||
boolean isScrolledToTop();
|
||||
// boolean isScrolledToTop();
|
||||
|
||||
void scrollToTop();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user