Testing the hooks for weblate

This commit is contained in:
LucasGGamerM
2023-01-26 14:50:52 -03:00
parent f1b0f828ac
commit 47f57bab17

View File

@@ -284,7 +284,6 @@ public abstract class BaseStatusListFragment<T extends DisplayItemsParent> exten
public void onScrolled(@NonNull RecyclerView recyclerView, int dx, int dy){
if(currentPhotoViewer!=null)
currentPhotoViewer.offsetView(-dx, -dy);
if (fab!=null && GlobalUserPreferences.disableFabAutoHide) {
if (dy > 0 /*&& !isFirstLaunch*/) {
if (isScrollingUp /*&& !isFirstLaunch*/) {