Open track appearance screen to header after click on map
This commit is contained in:
parent
4ef9e036a1
commit
cb7f60be62
1 changed files with 7 additions and 0 deletions
|
@ -174,6 +174,13 @@ public class TrackAppearanceFragment extends ContextMenuScrollFragment implement
|
|||
if (view != null) {
|
||||
trackIcon = view.findViewById(R.id.track_icon);
|
||||
|
||||
view.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
openMenuHeaderOnly();
|
||||
}
|
||||
});
|
||||
|
||||
if (isPortrait()) {
|
||||
updateCardsLayout();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue