mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Fixed Issue #518: Allow ActionItems to be directly specified between the ActionBar opening and closing tags.
This commit is contained in:
@@ -44,5 +44,5 @@ export function visibilityTap(args: observable.EventData) {
|
||||
}
|
||||
|
||||
export function navTap(args: observable.EventData) {
|
||||
console.log("navigation button tapped");
|
||||
console.log("(Android only) Navigation button tapped");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user