mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2025-02-23 19:58:15 +00:00
Fix android progress events.
This commit is contained in:
parent
5205ef4a4e
commit
aa6c1836e7
@ -1,8 +1,8 @@
|
||||
package com.dylanvann.fastimage;
|
||||
|
||||
public interface UIProgressListener {
|
||||
public interface ProgressListener {
|
||||
|
||||
void onProgress(long bytesRead, long expectedLength);
|
||||
void onProgress(String key, long bytesRead, long expectedLength);
|
||||
|
||||
/**
|
||||
* Control how often the listener needs an update. 0% and 100% will always be dispatched.
|
Loading…
x
Reference in New Issue
Block a user