[mob][photos] Minor UI changes
This commit is contained in:
@@ -215,6 +215,7 @@ class _LockScreenOptionsState extends State<LockScreenOptions> {
|
||||
captionedTextWidget: CaptionedTextWidget(
|
||||
title: S.of(context).deviceLock,
|
||||
),
|
||||
surfaceExecutionStates: false,
|
||||
alignCaptionedTextToLeft: true,
|
||||
isTopBorderRadiusRemoved: false,
|
||||
isBottomBorderRadiusRemoved: true,
|
||||
@@ -234,6 +235,7 @@ class _LockScreenOptionsState extends State<LockScreenOptions> {
|
||||
captionedTextWidget: CaptionedTextWidget(
|
||||
title: S.of(context).pinLock,
|
||||
),
|
||||
surfaceExecutionStates: false,
|
||||
alignCaptionedTextToLeft: true,
|
||||
isTopBorderRadiusRemoved: true,
|
||||
isBottomBorderRadiusRemoved: true,
|
||||
@@ -251,6 +253,7 @@ class _LockScreenOptionsState extends State<LockScreenOptions> {
|
||||
captionedTextWidget: CaptionedTextWidget(
|
||||
title: S.of(context).passwordLock,
|
||||
),
|
||||
surfaceExecutionStates: false,
|
||||
alignCaptionedTextToLeft: true,
|
||||
isTopBorderRadiusRemoved: true,
|
||||
isBottomBorderRadiusRemoved: false,
|
||||
@@ -274,6 +277,7 @@ class _LockScreenOptionsState extends State<LockScreenOptions> {
|
||||
),
|
||||
),
|
||||
),
|
||||
surfaceExecutionStates: false,
|
||||
trailingIcon:
|
||||
Icons.chevron_right_outlined,
|
||||
trailingIconIsMuted: true,
|
||||
|
||||
@@ -145,6 +145,7 @@ class _SecuritySectionWidgetState extends State<SecuritySectionWidget> {
|
||||
),
|
||||
trailingIcon: Icons.chevron_right_outlined,
|
||||
trailingIconIsMuted: true,
|
||||
surfaceExecutionStates: false,
|
||||
onTap: () async {
|
||||
if (await LocalAuthentication().isDeviceSupported()) {
|
||||
final bool result = await requestAuthentication(
|
||||
|
||||
Reference in New Issue
Block a user