Dbrant has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/263074

Change subject: Remove unused method.
......................................................................

Remove unused method.

Slipped by me in the previous patch.

Change-Id: Id1236f8e7923d7166a3ce72d1a704f1c9efae0ff
---
M app/src/main/java/org/wikipedia/page/PageActivity.java
1 file changed, 0 insertions(+), 14 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/apps/android/wikipedia 
refs/changes/74/263074/1

diff --git a/app/src/main/java/org/wikipedia/page/PageActivity.java 
b/app/src/main/java/org/wikipedia/page/PageActivity.java
index 1cdebad..115fa71 100644
--- a/app/src/main/java/org/wikipedia/page/PageActivity.java
+++ b/app/src/main/java/org/wikipedia/page/PageActivity.java
@@ -551,20 +551,6 @@
         updateProgressBar(false, true, 0);
     }
 
-    /**
-     * Remove the fragment that is currently at the top of the backstack, and 
go back to
-     * the previous fragment.
-     */
-    public void popFragment() {
-        getSupportFragmentManager().popBackStack();
-        // make sure the ActionBar is showing, since we could be currently 
scrolled down far enough
-        // within a Page fragment that the ActionBar is hidden, and if the 
previous fragment was
-        // a different type of fragment (e.g. History), the ActionBar would 
remain hidden.
-        showToolbar();
-        //also make sure the progress bar is not showing
-        updateProgressBar(false, true, 0);
-    }
-
     public void resetAfterClearHistory() {
         removeAllFragments();
         Prefs.clearTabs();

-- 
To view, visit https://gerrit.wikimedia.org/r/263074
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id1236f8e7923d7166a3ce72d1a704f1c9efae0ff
Gerrit-PatchSet: 1
Gerrit-Project: apps/android/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Dbrant <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to