]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/java/com/stoutner/privacybrowser/GuideActivity.java
Initial bookmarks implementation. Fix for Custom User Agent not working. https...
[PrivacyBrowserAndroid.git] / app / src / main / java / com / stoutner / privacybrowser / GuideActivity.java
index e54ac6a511639fda84e1bfe1ba2d9a57c24b9984..df8f812e1ec2e99b59abae0072664ffcd8effa62 100644 (file)
@@ -36,8 +36,8 @@ public class GuideActivity extends AppCompatActivity {
         setContentView(R.layout.guide_coordinatorlayout);
 
         // We need to use the SupportActionBar from android.support.v7.app.ActionBar until the minimum API is >= 21.
-        Toolbar supportAppBar = (Toolbar) findViewById(R.id.guide_toolbar);
-        setSupportActionBar(supportAppBar);
+        Toolbar guideAppBar = (Toolbar) findViewById(R.id.guide_toolbar);
+        setSupportActionBar(guideAppBar);
 
         // Display the home arrow on supportAppBar.
         final ActionBar appBar = getSupportActionBar();