Skip to content

Commit

Permalink
Bumping threshold for shake up a bunch
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunicorn committed Aug 14, 2024
1 parent 0db59a3 commit 42d0538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/features/home/pages/home_shell.dart
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class HomeShellState extends ConsumerState<HomeShell> {
// shake is possible in only actual mobile devices
if (await isRealPhone()) {
detector = ShakeDetector.autoStart(
shakeThresholdGravity: 3.0,
shakeThresholdGravity: 30.0,
onShake: () {
openBugReport(context);
},
Expand Down

0 comments on commit 42d0538

Please sign in to comment.