fixed bug with several opened fragments after rotation
This commit is contained in:
parent
fa988e3c2a
commit
c0bb4362c0
1 changed files with 1 additions and 0 deletions
|
@ -480,6 +480,7 @@ public class MapRouteInfoMenu implements IRouteInformationListener {
|
|||
args.putBoolean(FavouritesBottomSheetMenuFragment.INTERMEDIATE, intermediate);
|
||||
fragment.setArguments(args);
|
||||
fragment.show(fragmentManager, FavouritesBottomSheetMenuFragment.TAG);
|
||||
setupSpinners(parentView, target, intermediate);
|
||||
}
|
||||
|
||||
public void setupSpinners(@Nullable final View parentView, final boolean target, final boolean intermediate) {
|
||||
|
|
Loading…
Reference in a new issue