summaryrefslogtreecommitdiff
path: root/csharp/test/xamarin/controller.UWP/MainPage.xaml.cs
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2019-01-08 10:44:01 +0100
committerBenoit Foucher <benoit@zeroc.com>2019-01-08 10:44:01 +0100
commit39d22245becab1c8d01971b88034027165a34d18 (patch)
treec722b54f3461ec32065f0ed710774c778887edf5 /csharp/test/xamarin/controller.UWP/MainPage.xaml.cs
parentDisable IceGrid GUI popup dialog that shows up if the IceBox observer can't b... (diff)
downloadice-39d22245becab1c8d01971b88034027165a34d18.tar.bz2
ice-39d22245becab1c8d01971b88034027165a34d18.tar.xz
ice-39d22245becab1c8d01971b88034027165a34d18.zip
Fixed Xamarin UWP/Android controller identities to prevent failures when multiple controllers are loaded
Diffstat (limited to 'csharp/test/xamarin/controller.UWP/MainPage.xaml.cs')
-rw-r--r--csharp/test/xamarin/controller.UWP/MainPage.xaml.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/test/xamarin/controller.UWP/MainPage.xaml.cs b/csharp/test/xamarin/controller.UWP/MainPage.xaml.cs
index a96d4b344a3..5e0262cf545 100644
--- a/csharp/test/xamarin/controller.UWP/MainPage.xaml.cs
+++ b/csharp/test/xamarin/controller.UWP/MainPage.xaml.cs
@@ -21,7 +21,7 @@ namespace controller.UWP
public string processControllerIdentity()
{
- return "UWP/ProcessController";
+ return "UWPXamarin/ProcessController";
}
public string processControllerRegistryHost()