Fix state not saved
This commit is contained in:
parent
cb15a70e46
commit
711312e3b3
1 changed files with 4 additions and 1 deletions
|
|
@ -7,6 +7,8 @@ import android.view.ViewGroup;
|
||||||
|
|
||||||
import androidx.annotation.Nullable;
|
import androidx.annotation.Nullable;
|
||||||
|
|
||||||
|
import com.evernote.android.state.State;
|
||||||
|
|
||||||
import org.schabi.newpipe.BaseFragment;
|
import org.schabi.newpipe.BaseFragment;
|
||||||
import org.schabi.newpipe.R;
|
import org.schabi.newpipe.R;
|
||||||
import org.schabi.newpipe.error.ErrorInfo;
|
import org.schabi.newpipe.error.ErrorInfo;
|
||||||
|
|
@ -14,8 +16,9 @@ import org.schabi.newpipe.error.ErrorPanelHelper;
|
||||||
|
|
||||||
public class BlankFragment extends BaseFragment {
|
public class BlankFragment extends BaseFragment {
|
||||||
|
|
||||||
|
@State
|
||||||
@Nullable
|
@Nullable
|
||||||
final ErrorInfo errorInfo;
|
ErrorInfo errorInfo;
|
||||||
@Nullable
|
@Nullable
|
||||||
ErrorPanelHelper errorPanel = null;
|
ErrorPanelHelper errorPanel = null;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue