Skip to content

Commit

Permalink
Fix build error from the last commit
Browse files Browse the repository at this point in the history
UWP needs to update its reachability class as well
  • Loading branch information
borrrden committed Oct 27, 2018
1 parent a6bf1af commit fe9c9bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Couchbase.Lite.Support.UWP/Support/Reachability.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ internal sealed class Reachability : IReachability

public event EventHandler<NetworkReachabilityChangeEventArgs> StatusChanged;

#endregion

#region Properties

public Uri Url { get; set; }

#endregion

#region Private Methods
Expand Down

0 comments on commit fe9c9bd

Please sign in to comment.