We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be05c4f commit b418a54Copy full SHA for b418a54
packages/instabug_flutter/lib/src/utils/instabug_navigator_observer.dart
@@ -50,10 +50,9 @@ class InstabugNavigatorObserver extends NavigatorObserver {
50
}
51
52
Future<void> reportScreenChange(String name) async {
53
- if (IBGBuildInfo.instance.isIOS) {
54
- // Wait for the Cupertino animation to complete
+ // Wait for the animation to complete
55
await Future.delayed(const Duration(milliseconds: 100));
56
- }
+
57
Instabug.reportScreenChange(name);
58
59
0 commit comments