ductranit
ductranit
I got the same issue. Tried to call `initializeRefreshAnimator` of `GravView` before `start()` to reinitialize animator, but it doesn't help
Thank you, having an error callback would make sense. And my quick fix can't work for [ToroExo.createDrmSessionManager()](https://github.com/eneim/toro/blob/dev-v3/toro-exoplayer/src/main/java/im/ene/toro/exoplayer/ToroExo.java#L244) because this class is final Luckily my app doesn't use it.
@eneim No, I don't need it. Just make sure if someone else use it should have an option to turn toast off. You can throw an exception on it. Btw...
This issue is fixed on my side by change `setSoftInputMode(LayoutParams.SOFT_INPUT_STATE_ALWAYS_VISIBLE);` to `setSoftInputMode(LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN)` in [EmojiconsPopup](https://github.com/ankushsachdeva/emojicon/blob/master/lib/src/github/ankushsachdeva/emojicon/EmojiconsPopup.java#L81)
@jakemac53 This issue just happen recently on latest SDK (I upgraded flutter few times). I can't tell you which version that worked before because it was few months ago. The...
I'm having the same issue. Can't run on windows because my data is very large. I can see someone post the sample to reproduce here https://github.com/isar/isar/issues/827#issuecomment-1305872985 Just wonder do we...
Hi there, I got the same issue when run `flutter drive --dart-define=testing_mode=true --driver=test_driver/integration_test.dart --target=integration_test/app_test.dart` to take a screenshot on latest `master` channel. ``` await binding.convertFlutterSurfaceToImage(); await tester.pumpAndSettle(); await binding.takeScreenshot('screenshot1'); ```...
hi @maheshmnj I wonder when we can have the plan to fix this issue? Thank to @tritao, it can work with the workaround, but then I can't upgrade flutter unless...
@maheshmnj @darshankawar Sorry I just don't understand, the fix (or at least workaround) is simple. Why did it take too much time for this bug? I see it is marked...
@workerbee22 it's in `flutter/packages/integration_test/ios/Classes/IntegrationTestPlugin.m` `registerWithRegistrar` method