Skip to content

Commit

Permalink
test without icepick
Browse files Browse the repository at this point in the history
  • Loading branch information
asandikci committed Nov 25, 2024
1 parent 56ebb03 commit a3cf94f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
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;
Expand All @@ -35,7 +35,7 @@ public class SponsorBlockFragment
extends BaseFragment
implements CompoundButton.OnCheckedChangeListener,
SponsorBlockSegmentListAdapterListener {
@State
//@State
StreamInfo streamInfo = null;
FragmentSponsorBlockBinding binding;
private Integer markedStartTime = null;
Expand Down

0 comments on commit a3cf94f

Please sign in to comment.