summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/DeviceInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Core/DeviceInfo.cs')
-rw-r--r--Xamarin.Forms.Core/DeviceInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.Forms.Core/DeviceInfo.cs b/Xamarin.Forms.Core/DeviceInfo.cs
index 722ef504..f433a327 100644
--- a/Xamarin.Forms.Core/DeviceInfo.cs
+++ b/Xamarin.Forms.Core/DeviceInfo.cs
@@ -4,12 +4,12 @@ using System.Runtime.CompilerServices;
namespace Xamarin.Forms.Internals
{
+ [EditorBrowsable(EditorBrowsableState.Never)]
public abstract class DeviceInfo : INotifyPropertyChanged, IDisposable
{
DeviceOrientation _currentOrientation;
bool _disposed;
- [EditorBrowsable(EditorBrowsableState.Never)]
public DeviceOrientation CurrentOrientation
{
get { return _currentOrientation; }