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

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

Merge "Fix the gap between notification and smartspace is too large in large...

Merge "Fix the gap between notification and smartspace is too large in large screen portrait mode" into main
parents b5a808e0 1d50dfa4
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -186,7 +186,6 @@ constructor(
        interactor.configurationBasedDimensions
        interactor.configurationBasedDimensions
            .map {
            .map {
                when {
                when {
                    !it.useSplitShade -> 0
                    it.useLargeScreenHeader -> it.marginTopLargeScreen
                    it.useLargeScreenHeader -> it.marginTopLargeScreen
                    else -> it.marginTop
                    else -> it.marginTop
                }
                }