Skip to content

Commit 7467218

Browse files
committed
fix: Not displaying desktop action on mobile in debug mode anymore.
1 parent 756794f commit 7467218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/widgets/totp/widget.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class TotpWidget extends StatelessWidget {
6565
contentPadding: contentPadding,
6666
space: space,
6767
displayCode: displayCode,
68-
footerWidgetBuilder: currentPlatform.isDesktop || kDebugMode
68+
footerWidgetBuilder: currentPlatform.isDesktop
6969
? ((context) => _DesktopActionsWidget(
7070
totp: totp,
7171
onDecryptPressed: onDecryptPressed,

0 commit comments

Comments
 (0)