We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a360b8 commit 7141416Copy full SHA for 7141416
1 file changed
lib/src/easy_loading.dart
@@ -331,8 +331,7 @@ class EasyLoading {
331
),
332
);
333
334
- WidgetsBinding.instance.addPostFrameCallback(
335
- (_) => Overlay.of(_getInstance().context).insert(_overlayEntry));
+ Overlay.of(_getInstance().context).insert(_overlayEntry);
336
337
_getInstance()._overlayEntry = _overlayEntry;
338
_getInstance()._key = _key;
0 commit comments