Convert SavedState to Kotlin and use the Parcelize annotation.
This commit is contained in:
parent
c8760eff56
commit
db6b11ca95
4 changed files with 28 additions and 76 deletions
|
|
@ -48,7 +48,7 @@ public abstract class BaseListFragment<I, N> extends BaseStateFragment<I>
|
|||
implements ListViewContract<I, N>, StateSaver.WriteRead,
|
||||
SharedPreferences.OnSharedPreferenceChangeListener {
|
||||
private static final int LIST_MODE_UPDATE_FLAG = 0x32;
|
||||
protected StateSaver.SavedState savedState;
|
||||
protected org.schabi.newpipe.util.SavedState savedState;
|
||||
|
||||
private boolean useDefaultStateSaving = true;
|
||||
private int updateFlags = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue