mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 13:38:13 -08:00
fix: Incorrect progress updating for native player
This commit is contained in:
parent
fa61ce2e40
commit
a3ccb6009c
6 changed files with 57 additions and 32 deletions
|
|
@ -184,9 +184,11 @@ abstract class NativeVideoActivity {
|
|||
|
||||
@HostApi()
|
||||
abstract class VideoPlayerApi {
|
||||
@async
|
||||
bool sendPlayableModel(PlayableData playableData);
|
||||
|
||||
void open(String url, bool play);
|
||||
@async
|
||||
bool open(String url, bool play);
|
||||
|
||||
void setLooping(bool looping);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue