]> git.ktnx.net Git - mobile-ledger.git/commitdiff
quicker reaction to the scroll when considering fab sliding
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Thu, 4 Feb 2021 20:28:01 +0000 (22:28 +0200)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Thu, 4 Feb 2021 20:28:01 +0000 (22:28 +0200)
app/src/main/java/net/ktnx/mobileledger/ui/MobileLedgerListFragment.java

index 74247189649883fbb1be0c7012cf0f5980b8c804..a61f44f6e2417eb2d54654827e8d731c20586ac6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright © 2020 Damyan Ivanov.
+ * Copyright © 2021 Damyan Ivanov.
  * This file is part of MoLe.
  * MoLe is free software: you can distribute it and/or modify it
  * under the term of the GNU General Public License as published by
@@ -49,7 +49,7 @@ public class MobileLedgerListFragment extends Fragment {
     }
     protected void manageFabOnScroll() {
         final MainActivity mainActivity = getMainActivity();
-        int triggerPixels = DimensionUtils.dp2px(mainActivity, 30f);
+        int triggerPixels = DimensionUtils.dp2px(mainActivity, 10f);
         root.addOnItemTouchListener(new RecyclerView.OnItemTouchListener() {
             private float upAnchor = -1;
             private float lastY;