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

Commit 2c77f471 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Change lockscreen widgets to be 3-up on mobile." into main

parents 3b028d06 98a7e7ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -275,6 +275,6 @@ private fun calculateNumCellsWidth(width: Dp) =
private fun calculateNumCellsHeight(height: Dp) =
    when {
        height >= 1000.dp -> 3
        height >= COMPACT_HEIGHT -> 2
        height >= COMPACT_HEIGHT -> 3
        else -> 1
    }