mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-09-01 10:27:57 +00:00
Fix state not saved
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user