Доработка строки состояния
This commit is contained in:
@@ -7,21 +7,9 @@
|
||||
|
||||
protected override void OnParametersSet()
|
||||
{
|
||||
bool isChanged = false;
|
||||
|
||||
if (ContextualActionBarService.Content != ChildContent)
|
||||
{
|
||||
ContextualActionBarService.Content = ChildContent;
|
||||
isChanged = true;
|
||||
}
|
||||
|
||||
if (ContextualActionBarService.Bottom != Bottom)
|
||||
{
|
||||
ContextualActionBarService.Bottom = Bottom;
|
||||
isChanged = true;
|
||||
}
|
||||
|
||||
if (isChanged) ContextualActionBarService.ChangeParameters();
|
||||
ContextualActionBarService.Content = ChildContent;
|
||||
ContextualActionBarService.Bottom = Bottom;
|
||||
ContextualActionBarService.ChangeParameters();
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
|
||||
Reference in New Issue
Block a user