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