Compare commits

...

2 Commits

Author SHA1 Message Date
92dac6b932 update device_gesture_wrapper.dart (#227) 2023-06-06 18:42:29 -07:00
20365393a3 fix capitalization. (#226) 2023-06-05 21:46:01 -07:00
3 changed files with 3 additions and 3 deletions

View File

@ -146,7 +146,7 @@ class AutoScrollModePreference extends BooleanPreference {
@override
String get subtitle =>
'''Automatically scroll to next comment when you collapse a comment.''';
'''automatically scroll to next comment when you collapse a comment.''';
}
/// The value deciding whether or not the story

View File

@ -17,7 +17,7 @@ class DeviceGestureWrapper extends StatelessWidget {
Widget build(BuildContext context) {
return MediaQuery(
data: const MediaQueryData(
gestureSettings: DeviceGestureSettings(touchSlop: 7.9),
gestureSettings: DeviceGestureSettings(touchSlop: 12),
),
child: child,
);

View File

@ -1,6 +1,6 @@
name: hacki
description: A Hacker News reader.
version: 1.7.2+113
version: 1.7.4+115
publish_to: none
environment: