mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 01:36:55 +00:00
Fixed restoring RecyclerView state
This commit is contained in:
parent
466281a111
commit
c87db50333
1 changed files with 1 additions and 1 deletions
|
@ -2405,7 +2405,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
|||
}
|
||||
|
||||
if (rvMessage != null) {
|
||||
Parcelable rv = savedInstanceState.getBundle("fair:rv");
|
||||
Parcelable rv = savedInstanceState.getParcelable("fair:rv");
|
||||
rvMessage.getLayoutManager().onRestoreInstanceState(rv);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue