summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Android
diff options
context:
space:
mode:
authorE.Z. Hart <hartez@users.noreply.github.com>2017-01-23 12:41:39 -0700
committerGitHub <noreply@github.com>2017-01-23 12:41:39 -0700
commitc468302e9da38354d0b8d3004ac44f39b65f5fbf (patch)
treecb59a2198fbe30a7ac865fc3903f94f90f3714cd /Xamarin.Forms.Platform.Android
parent0282aae3992bacc8ecfe41cefae921dab0493201 (diff)
downloadxamarin-forms-c468302e9da38354d0b8d3004ac44f39b65f5fbf.tar.gz
xamarin-forms-c468302e9da38354d0b8d3004ac44f39b65f5fbf.tar.bz2
xamarin-forms-c468302e9da38354d0b8d3004ac44f39b65f5fbf.zip
Move XF.ConcurrentDictionary to WP8 project (#685)
Diffstat (limited to 'Xamarin.Forms.Platform.Android')
-rw-r--r--Xamarin.Forms.Platform.Android/AppCompat/FormsAppCompatActivity.cs1
-rw-r--r--Xamarin.Forms.Platform.Android/FormsApplicationActivity.cs1
2 files changed, 2 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform.Android/AppCompat/FormsAppCompatActivity.cs b/Xamarin.Forms.Platform.Android/AppCompat/FormsAppCompatActivity.cs
index 2fe5d5d9..223d3a83 100644
--- a/Xamarin.Forms.Platform.Android/AppCompat/FormsAppCompatActivity.cs
+++ b/Xamarin.Forms.Platform.Android/AppCompat/FormsAppCompatActivity.cs
@@ -1,6 +1,7 @@
#region
using System;
+using System.Collections.Concurrent;
using System.ComponentModel;
using System.Linq;
using Android.App;
diff --git a/Xamarin.Forms.Platform.Android/FormsApplicationActivity.cs b/Xamarin.Forms.Platform.Android/FormsApplicationActivity.cs
index 0a2397d8..fb1fa174 100644
--- a/Xamarin.Forms.Platform.Android/FormsApplicationActivity.cs
+++ b/Xamarin.Forms.Platform.Android/FormsApplicationActivity.cs
@@ -1,4 +1,5 @@
using System;
+using System.Collections.Concurrent;
using System.ComponentModel;
using System.Linq;
using Android.App;