mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-02-28 21:38:20 +03:00
test without icepick
This commit is contained in:
parent
56ebb039e9
commit
a3cf94f70d
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +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 icepick.State;
|
||||
import io.reactivex.rxjava3.android.schedulers.AndroidSchedulers;
|
||||
import io.reactivex.rxjava3.disposables.Disposable;
|
||||
import io.reactivex.rxjava3.schedulers.Schedulers;
|
||||
|
@ -35,7 +35,7 @@ public class SponsorBlockFragment
|
|||
extends BaseFragment
|
||||
implements CompoundButton.OnCheckedChangeListener,
|
||||
SponsorBlockSegmentListAdapterListener {
|
||||
@State
|
||||
//@State
|
||||
StreamInfo streamInfo = null;
|
||||
FragmentSponsorBlockBinding binding;
|
||||
private Integer markedStartTime = null;
|
||||
|
|
Loading…
Add table
Reference in a new issue