Переглянути джерело

Attach long-press action to report bug

vishnukvmd 2 роки тому
батько
коміт
685a834e86
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      lib/ui/settings/support_section_widget.dart

+ 1 - 1
lib/ui/settings/support_section_widget.dart

@@ -83,7 +83,7 @@ class SupportSectionWidget extends StatelessWidget {
           onTap: () async {
             await sendLogs(context, S.of(context).reportBug, bugsEmail);
           },
-          onDoubleTap: () async {
+          onLongPress: () async {
             final zipFilePath = await getZippedLogsFile(context);
             await shareLogs(context, bugsEmail, zipFilePath);
           },