We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e95b3f + 059e4e3 commit f04f843Copy full SHA for f04f843
src/nativescript-fresco.android.ts
@@ -333,11 +333,11 @@ export class FrescoDrawee extends commonModule.FrescoDrawee {
333
if (that && that.get()) {
334
let info = new ImageInfo(imageInfo);
335
336
- let args: FinalEventData = <FinalEventData>{
+ let args = <FinalEventData>{
337
eventName: commonModule.FrescoDrawee.finalImageSetEvent,
338
object: that.get(),
339
imageInfo: info,
340
- animatable: animatable,
+ animatable: <commonModule.AnimatedImage>animatable,
341
};
342
343
that.get().notify(args);
0 commit comments