mirror of
https://github.com/Livinglist/Hacki.git
synced 2025-08-14 18:46:41 +08:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
92dac6b932 | |||
20365393a3 |
@ -146,7 +146,7 @@ class AutoScrollModePreference extends BooleanPreference {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
String get subtitle =>
|
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
|
/// The value deciding whether or not the story
|
||||||
|
@ -17,7 +17,7 @@ class DeviceGestureWrapper extends StatelessWidget {
|
|||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return MediaQuery(
|
return MediaQuery(
|
||||||
data: const MediaQueryData(
|
data: const MediaQueryData(
|
||||||
gestureSettings: DeviceGestureSettings(touchSlop: 7.9),
|
gestureSettings: DeviceGestureSettings(touchSlop: 12),
|
||||||
),
|
),
|
||||||
child: child,
|
child: child,
|
||||||
);
|
);
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: hacki
|
name: hacki
|
||||||
description: A Hacker News reader.
|
description: A Hacker News reader.
|
||||||
version: 1.7.2+113
|
version: 1.7.4+115
|
||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
Reference in New Issue
Block a user