Removed some old commented out code. Cleaned up using statements.
This commit is contained in:
Родитель
727ecc74f7
Коммит
a438bd8415
|
@ -11,8 +11,6 @@ namespace Customers
|
|||
|
||||
SubscribeToDisplayAlertMessages();
|
||||
|
||||
// SubscribeToNavigationMessages();
|
||||
|
||||
if (Device.OS == TargetPlatform.iOS)
|
||||
navPage.BarTextColor = Color.White;
|
||||
}
|
||||
|
@ -49,19 +47,6 @@ namespace Customers
|
|||
await task;
|
||||
});
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Subscribes to messages for navigation.
|
||||
/// </summary>
|
||||
// static void SubscribeToNavigationMessages()
|
||||
// {
|
||||
// MessagingService.Current.Subscribe(MessageKeys.PopAsync, async (service) =>
|
||||
// {
|
||||
// var task = Application.Current?.MainPage?.Navigation?.PopAsync();
|
||||
// if (task != null)
|
||||
// await task;
|
||||
// });
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
using System;
|
||||
using System.Globalization;
|
||||
using System.Globalization;
|
||||
|
||||
namespace Customers
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче