Skip to content

Commit

Permalink
Small Demo adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmanuelthiel committed May 24, 2018
1 parent 5fdfb47 commit 291d2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Flex.Demo/FlexDemoPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ void ToggleIconOrientation_Clicked(object sender, EventArgs e)

void ButtonWithoutBackground_Clicked(object sender, EventArgs e)
{
DisplayAlert("Hello from Code Behind", "The Flex Button rocks! " + ((FlexDemoPageViewModel)BindingContext).IsToggled.ToString(), "Yeah");
DisplayAlert("Hello from Code Behind", "The Flex Button rocks! ", "Yeah");
}

public void Handle_Toggled(object sender, ToggledEventArgs e)
Expand Down

0 comments on commit 291d2f0

Please sign in to comment.