Merge pull request #1948 from Foso/patch-2
Fix for restoring scroll position in detail view #1947
This commit is contained in:
commit
45448404a1
@ -348,7 +348,7 @@ public class ItemDescriptionFragment extends Fragment implements MediaplayerInfo
|
||||
}
|
||||
|
||||
private boolean restoreFromPreference() {
|
||||
if (!saveState) {
|
||||
if (saveState) {
|
||||
Log.d(TAG, "Restoring from preferences");
|
||||
Activity activity = getActivity();
|
||||
if (activity != null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user