mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-01 05:48:22 +03:00
fixed StreamInfo serialization in SponsorBlockFragment
This commit is contained in:
parent
fbdcf0d3c4
commit
c3cc20a958
1 changed files with 3 additions and 1 deletions
|
@ -26,6 +26,7 @@ import org.schabi.newpipe.local.sponsorblock.SponsorBlockDataManager;
|
|||
import org.schabi.newpipe.util.SponsorBlockHelper;
|
||||
import org.schabi.newpipe.util.SponsorBlockMode;
|
||||
|
||||
import icepick.State;
|
||||
import io.reactivex.rxjava3.android.schedulers.AndroidSchedulers;
|
||||
import io.reactivex.rxjava3.disposables.Disposable;
|
||||
import io.reactivex.rxjava3.schedulers.Schedulers;
|
||||
|
@ -34,7 +35,8 @@ public class SponsorBlockFragment
|
|||
extends BaseFragment
|
||||
implements CompoundButton.OnCheckedChangeListener,
|
||||
SponsorBlockSegmentListAdapterListener {
|
||||
private StreamInfo streamInfo;
|
||||
@State
|
||||
StreamInfo streamInfo = null;
|
||||
FragmentSponsorBlockBinding binding;
|
||||
private Integer markedStartTime = null;
|
||||
private Integer markedEndTime = null;
|
||||
|
|
Loading…
Add table
Reference in a new issue