Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
d596fd7ede
1 changed files with 5 additions and 0 deletions
|
@ -498,6 +498,11 @@ public class MainMenuActivity extends BaseDownloadActivity implements OsmAndLoca
|
|||
if (f instanceof DashAudioVideoNotesFragment && !f.isDetached()) {
|
||||
((DashAudioVideoNotesFragment) f).setupNotes();
|
||||
}
|
||||
|
||||
//Needed to reliably initialize DashFavoritesFragement on devices without compass
|
||||
if (f instanceof DashFavoritesFragment && !f.isDetached()) {
|
||||
((DashFavoritesFragment) f).updateLocation(null);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue