We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ba73b1 + 67b41b9 commit b3a6318Copy full SHA for b3a6318
1 file changed
app/src/main/java/org/schabi/newpipe/fragments/list/comments/CommentRepliesFragment.java
@@ -30,6 +30,7 @@
30
import java.util.Queue;
31
import java.util.function.Supplier;
32
33
+import icepick.State;
34
import io.reactivex.rxjava3.core.Single;
35
import io.reactivex.rxjava3.disposables.CompositeDisposable;
36
@@ -38,7 +39,8 @@ public final class CommentRepliesFragment
38
39
40
public static final String TAG = CommentRepliesFragment.class.getSimpleName();
41
- private CommentsInfoItem commentsInfoItem; // the comment to show replies of
42
+ @State
43
+ CommentsInfoItem commentsInfoItem; // the comment to show replies of
44
private final CompositeDisposable disposables = new CompositeDisposable();
45
46
0 commit comments