1
0
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:
Stypox 2025-07-19 20:39:55 +02:00
parent f94892166d
commit 991d9ea3df
No known key found for this signature in database
GPG Key ID: 4BDF1B40A49FDD23

View File

@ -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;