#827 Fixes auto rotation bug with useAsFrontPage on by preserving the useAsFrontPage boolean setting

pull/838/head
lawonga 2017-11-11 19:51:20 -08:00
rodzic 52cdf96dfe
commit 8baaecab1b
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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