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

Unverified Commit 90b341ae authored by Michael Bestas's avatar Michael Bestas
Browse files

fixup! SystemUI: Calculate paged QS tiles height properly

Change-Id: If9c6d6a5540729af0651acd16187c290dbf2156a
parent 22901ca6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -130,7 +130,7 @@ public class PagedTileLayout extends ViewPager implements QSTileLayout {
                height = Math.max(height, tileLayout.getTilesHeight());
            }
        }
        if (DEBUG) Log.d(TAG, "getTilesHeight ret=" + height);
        mLogger.d("getTilesHeight ret=", height);
        return height;
    }