IsCompleted cannot be found at runtime [Android]
See original GitHub issueHi!
I am using FFImageLoading on Android and I am trying to use the property IsCompleted on a IScheduledWork.
Problem is it can not be found at runtime. When looking at old code, I can see a « Completed » that seems to have been renamed to « IsCompleted » (or the other way around?). Is it possible that the interface and the implementation do not share the same code ?
Method 'FFImageLoading.Work.IScheduledWork.get_IsCompleted' not found.
Repro: Install latest version on a new Android project. Use
var work = await ImageService.LoadUrl("an image").IntoAsync(MyView);
var completed = work.IsCompleted;
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
how can check Runtime.exec(cmd) is completed or not
It is running but how can I check command is executed or not in java program? If I used process to check then...
Read more >Navigation | Jetpack
Safe Args will fail with an Unable to find method ''java.lang. ... Feature Module integration: The navigation-dynamic-features-runtime and ...
Read more >MediaPlayer
Quickly bring your app to life with less code, using a modern declarative approach to UI, and the simplicity of Kotlin. ... Start...
Read more >WorkManager | Jetpack
(I6d7d2); WorkManager now has a separate limit for content uri workers to give them guaranteed slots in JobScheduler to prevent missing content updates ......
Read more >Java Runtime not found
Hi there,. I run Flutter in VS Code, and have been having no issues until today. All of a sudden I cannot build...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Uninstalling / reinstalling the packages did the trick. Something probably messed up the DLLs. Sorry for the bug report.
Happy holidays 😃
Sure, I’ll close this one. Please, reopen the issue if you you’ll still experience it. Cheers 😃