Revert "samsung tap scroll setting"

This reverts commit d5f977a3d2.
This commit is contained in:
Fabian Freund
2026-05-07 04:20:39 +02:00
parent fa204f7d1a
commit a67d338e6c
14 changed files with 2204 additions and 3356 deletions
@@ -141,23 +141,6 @@ 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'f38eb7631e56b3520ea92e82bd6df31ca4234471';
r'8f37476c9beecd6cc70a07b8cd3a51864b077176';
abstract class _$EngineSettingsReplicationService extends $Notifier<void> {
void build();