mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-11-11 12:44:41 +00:00
#827 Fixes auto rotation bug with useAsFrontPage on by preserving the useAsFrontPage boolean setting
This commit is contained in:
@@ -50,6 +50,7 @@ public abstract class BaseStateFragment<I> extends BaseFragment implements ViewC
|
|||||||
protected Button errorButtonRetry;
|
protected Button errorButtonRetry;
|
||||||
protected TextView errorTextView;
|
protected TextView errorTextView;
|
||||||
|
|
||||||
|
@State
|
||||||
protected boolean useAsFrontPage = false;
|
protected boolean useAsFrontPage = false;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user