Fixes the miss-fit concerning app name

This commit is contained in:
Paul Schneider 2016-10-22 18:43:08 +02:00
commit 5ec55ac0ce

View file

@ -32,7 +32,7 @@ namespace BookAStar.Droid
Resource.Drawable.icon);
ChooserTarget t = new ChooserTarget(
new Java.Lang.String(
"BookingStar"), i,
Constants.ApplicationName), i,
.5f, new ComponentName(this, "BookAStar.SendFilesActivity"),
null);
var res = new List<ChooserTarget>();