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

Commit 263126b5 authored by Graciela Putri's avatar Graciela Putri Committed by Android (Google) Code Review
Browse files

Merge "Remove moreOptions in aspect ratio settings" into udc-qpr-dev

parents 6aaf49dc 7889f55f
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -116,7 +116,8 @@ fun UserAspectRatioAppList(
                override val resId = R.raw.user_aspect_ratio_education
                override val resId = R.raw.user_aspect_ratio_education
                override val resourceType = ResourceType.LOTTIE
                override val resourceType = ResourceType.LOTTIE
            })
            })
        }
        },
        noMoreOptions = true,
    )
    )
}
}