hided recipe title in actbar
This commit is contained in:
parent
449b8a0b11
commit
6ffb9a8f1a
1 changed files with 3 additions and 3 deletions
|
@ -12,9 +12,9 @@
|
||||||
@tap="$navigateBack()"
|
@tap="$navigateBack()"
|
||||||
/>
|
/>
|
||||||
<!-- <ScrollView
|
<!-- <ScrollView
|
||||||
row="0"
|
row="1"
|
||||||
col="1"
|
col="0"
|
||||||
:colSpan="hideActionBar ? 2 : 1"
|
colSpan="3"
|
||||||
orientation="horizontal"
|
orientation="horizontal"
|
||||||
scrollBarIndicatorVisible="false"
|
scrollBarIndicatorVisible="false"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue