mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-08-28 16:42:17 +00:00
Fix state not saved
This commit is contained in:
parent
f94892166d
commit
991d9ea3df
@ -7,6 +7,8 @@ import android.view.ViewGroup;
|
||||
|
||||
import androidx.annotation.Nullable;
|
||||
|
||||
import com.evernote.android.state.State;
|
||||
|
||||
import org.schabi.newpipe.BaseFragment;
|
||||
import org.schabi.newpipe.R;
|
||||
import org.schabi.newpipe.error.ErrorInfo;
|
||||
@ -14,8 +16,9 @@ import org.schabi.newpipe.error.ErrorPanelHelper;
|
||||
|
||||
public class BlankFragment extends BaseFragment {
|
||||
|
||||
@State
|
||||
@Nullable
|
||||
final ErrorInfo errorInfo;
|
||||
ErrorInfo errorInfo;
|
||||
@Nullable
|
||||
ErrorPanelHelper errorPanel = null;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user