Add title to PlantPage
Set Plant Name as Title
This commit is contained in:
@@ -25,7 +25,10 @@ namespace PlantBox.Client.Forms
|
|||||||
{
|
{
|
||||||
var plant = (PlantInfo)e.Item;
|
var plant = (PlantInfo)e.Item;
|
||||||
|
|
||||||
await Navigation.PushAsync(new PlantPage(plant));
|
await Navigation.PushAsync(new PlantPage(plant)
|
||||||
|
{
|
||||||
|
Title = plant.Name
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override bool OnBackButtonPressed()
|
protected override bool OnBackButtonPressed()
|
||||||
|
|||||||
Reference in New Issue
Block a user