Testing the hooks for weblate
This commit is contained in:
parent
f1b0f828ac
commit
47f57bab17
|
@ -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*/) {
|
||||
|
|
Loading…
Reference in New Issue