Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 22a6644e authored by Selim Cinek's avatar Selim Cinek Committed by android-build-merger
Browse files

Fixed a rebase gone wrong with pageindicator am: 20e84c75

am: 436256a9

* commit '436256a9':
  Fixed a rebase gone wrong with pageindicator

Change-Id: I21d81bf19b26dd0cf6e162624f19f337a5f2a62e
parents 5e8b603c 436256a9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -122,6 +122,7 @@ public class PageIndicator extends ViewGroup {
        ImageView second = (ImageView) getChildAt(secondIndex);
        if (first == null || second == null) {
            // may happen during reInflation or other weird cases
            return;
        }
        // Lay the two views on top of each other.
        second.setTranslationX(first.getX() - second.getX());