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

Commit 59678e88 authored by Vincent Bourgmayer's avatar Vincent Bourgmayer
Browse files

fix: change widget layout selection

parent 79c3a454
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -148,7 +148,7 @@ private fun buildLayout(context: Context, appWidgetManager: AppWidgetManager, wi
    return RemoteViews(
        context.packageName,
        when (width) {
            in 0..NARROW_MAXWIDTH_DP_BREAKPOINT ->
            in 1..NARROW_MAXWIDTH_DP_BREAKPOINT ->
                R.layout.widget_narrow
            else -> R.layout.widget_large
        }