Skip to content

Commit

Permalink
Merge pull request #2059 from acterglobal/ben-shake-severity
Browse files Browse the repository at this point in the history
Bumping threshold for shake up a bunch
  • Loading branch information
gnunicorn authored Aug 14, 2024
2 parents ecf6da7 + 42d0538 commit 95c5f79
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 95c5f79

Please sign in to comment.