removes useless comment

main
Paul Schneider 9 years ago
parent f2d5e92091
commit 264ea4700b
1 changed files with 0 additions and 2 deletions

@ -164,10 +164,8 @@ namespace BookAStar.Behaviors
void OnTapRecognizerTapped(object sender, EventArgs args)
{
// TODO HACK: PropertyChange does not fire, if the value is not changed :-(
bool currentIsStarred = (bool) GetValue(IsStarredProperty);
SetValue(IsStarredProperty, !currentIsStarred);
// does not lead to the call of:
OnIsStarredChanged(this,currentIsStarred,!currentIsStarred);
}
}

Loading…