]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/java/com/stoutner/privacybrowser/Webview.java
Add some TODOs for scrolling the app bar.
[PrivacyBrowserAndroid.git] / app / src / main / java / com / stoutner / privacybrowser / Webview.java
index 7e87fdfdde415fd4de5765fd526c4988b3cd0fa5..7b0cf3065d99973369c3c258e5d614216415cf34 100644 (file)
@@ -63,7 +63,7 @@ public class Webview extends AppCompatActivity {
             urlTextBox = (EditText) actionBar.getCustomView().findViewById(R.id.urlTextBox);
             progressBar = (ProgressBar) actionBar.getCustomView().findViewById(R.id.progressBar);
 
-            //actionBar.setHideOnContentScrollEnabled(true);
+            // TODO actionBar.setHideOnContentScrollEnabled(true);
         }
 
         // Implement swipe down to refresh.