]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/java/com/stoutner/privacybrowser/activities/MainWebViewActivity.java
Release 3.11.
[PrivacyBrowserAndroid.git] / app / src / main / java / com / stoutner / privacybrowser / activities / MainWebViewActivity.java
index 1a8ba7d5b53291ba57c2a4876d561627a22d44fc..00daf658c139de34166822781512713255bf19eb 100644 (file)
@@ -5216,7 +5216,7 @@ public class MainWebViewActivity extends AppCompatActivity implements CreateBook
                     // Calculate the Y change.
                     float motionY = motionEvent2.getY() - motionEvent1.getY();
 
-                    // Scroll the app bar if the change is greater than 100 pixels.
+                    // Scroll the app bar if the change is greater than 50 pixels.
                     if (motionY > 50) {
                         // Animate the bottom app bar onto the screen.
                         objectAnimator = ObjectAnimator.ofFloat(appBarLayout, "translationY", 0);