#827 Fixes auto rotation bug with useAsFrontPage on by preserving the useAsFrontPage boolean setting
This commit is contained in:
parent
0e44f29b78
commit
c982a261ac
1 changed files with 1 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ public abstract class BaseStateFragment<I> extends BaseFragment implements ViewC
|
|||
protected Button errorButtonRetry;
|
||||
protected TextView errorTextView;
|
||||
|
||||
@State
|
||||
protected boolean useAsFrontPage = false;
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue