samsung tap scroll setting

This commit is contained in:
Fabian Freund
2026-05-06 18:18:07 +02:00
parent 581a5b662b
commit d5f977a3d2
14 changed files with 3364 additions and 2204 deletions
@@ -141,6 +141,23 @@ class EngineSettingsReplicationService
},
);
ref.listen(
fireImmediately: true,
generalSettingsWithDefaultsProvider.select(
(settings) => settings.browserHandlingScrollEnabled,
),
(previous, next) async {
await _service.setBrowserHandlingScrollEnabled(next);
},
onError: (error, stackTrace) {
logger.e(
'Error listening to browserHandlingScrollEnabled',
error: error,
stackTrace: stackTrace,
);
},
);
ref.listen(
fireImmediately: true,
generalSettingsWithDefaultsProvider.select(
@@ -44,7 +44,7 @@ final class EngineSettingsReplicationServiceProvider
}
String _$engineSettingsReplicationServiceHash() =>
r'8f37476c9beecd6cc70a07b8cd3a51864b077176';
r'f38eb7631e56b3520ea92e82bd6df31ca4234471';
abstract class _$EngineSettingsReplicationService extends $Notifier<void> {
void build();