Fix route controllers after rotate
This commit is contained in:
parent
1f7ba22975
commit
69bdda4f47
1 changed files with 2 additions and 0 deletions
|
@ -71,6 +71,8 @@ public class TransportRouteController extends MenuController {
|
||||||
};
|
};
|
||||||
rightTitleButtonController.caption = mapActivity.getString(R.string.shared_string_next);
|
rightTitleButtonController.caption = mapActivity.getString(R.string.shared_string_next);
|
||||||
rightTitleButtonController.rightIconId = R.drawable.ic_arrow_forward;
|
rightTitleButtonController.rightIconId = R.drawable.ic_arrow_forward;
|
||||||
|
|
||||||
|
updateControllers();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue