You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @opusforlife2, first time contributor so correct me on anything and everything. To my knowledge the segmentAdapter in the MainPlayerUI class uses the getStreamSegmentListener() to implement the interface which is described in the StreamSegmentAdapter Kotlin class. If we wanted to use the OP's 2nd option for sharing with a long click could I just change the Kotlin interface to also require an onItemLongClick method with which I can use the ShareUtils class to share with the timestamp of that chapter?
I'm sure I am misunderstanding something so any feedback is welcome, thanks.
Checklist
Feature description
Can be implemented either in two ways:
Why do you want this feature?
To quickly share the link with timestamp included, so that the stream would play from that timestamp instead of beginning.
Additional information
As an example, the timestamp option append looks like
&t=1m30s
at the end of the linkThe text was updated successfully, but these errors were encountered: