fix: fix compilation problems with isScrolledToTop method not being implemented

This commit is contained in:
LucasGGamerM 2023-06-09 18:31:45 -03:00
parent e2c62aa76b
commit 7700288dbe
1 changed files with 1 additions and 1 deletions

View File

@ -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();