소스 검색

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);
           },