Change ip error refresh button
This commit is contained in:
@@ -40,6 +40,7 @@ class IpInfoNotifier extends _$IpInfoNotifier with AppLogger {
|
||||
}
|
||||
|
||||
Future<void> refresh() async {
|
||||
if (state is AsyncLoading) return;
|
||||
loggy.debug("refreshing");
|
||||
await ref.read(hapticServiceProvider.notifier).lightImpact();
|
||||
ref.invalidateSelf();
|
||||
|
||||
Reference in New Issue
Block a user