Testing the hooks for weblate
This commit is contained in:
@@ -284,7 +284,6 @@ public abstract class BaseStatusListFragment<T extends DisplayItemsParent> exten
|
|||||||
public void onScrolled(@NonNull RecyclerView recyclerView, int dx, int dy){
|
public void onScrolled(@NonNull RecyclerView recyclerView, int dx, int dy){
|
||||||
if(currentPhotoViewer!=null)
|
if(currentPhotoViewer!=null)
|
||||||
currentPhotoViewer.offsetView(-dx, -dy);
|
currentPhotoViewer.offsetView(-dx, -dy);
|
||||||
|
|
||||||
if (fab!=null && GlobalUserPreferences.disableFabAutoHide) {
|
if (fab!=null && GlobalUserPreferences.disableFabAutoHide) {
|
||||||
if (dy > 0 /*&& !isFirstLaunch*/) {
|
if (dy > 0 /*&& !isFirstLaunch*/) {
|
||||||
if (isScrollingUp /*&& !isFirstLaunch*/) {
|
if (isScrollingUp /*&& !isFirstLaunch*/) {
|
||||||
|
|||||||
Reference in New Issue
Block a user