Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 81910

Tool bar items on master page adding multiple times

$
0
0

Tool bar items on master page adding multiple times.

Here is code

var Logo = new ToolbarItem
{
Icon = "logo.png",
Text = "",
};
var tUserName = new ToolbarItem
{
Icon = "",
Text = "Hi, " + Helper.GetUserId(),
};
this.ToolbarItems.Clear();
this.ToolbarItems.Add(tUserName);
this.ToolbarItems.Add(Logo);

When i logged to App for the first time tool bar items are adding but after logout and login same toll bar adding two times


Viewing all articles
Browse latest Browse all 81910

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>