Skip to content

Commit b418a54

Browse files
fix: flutter format
1 parent be05c4f commit b418a54

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/instabug_flutter/lib/src/utils/instabug_navigator_observer.dart

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,9 @@ class InstabugNavigatorObserver extends NavigatorObserver {
5050
}
5151

5252
Future<void> reportScreenChange(String name) async {
53-
if (IBGBuildInfo.instance.isIOS) {
54-
// Wait for the Cupertino animation to complete
53+
// Wait for the animation to complete
5554
await Future.delayed(const Duration(milliseconds: 100));
56-
}
55+
5756
Instabug.reportScreenChange(name);
5857
}
5958

0 commit comments

Comments
 (0)