Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
Made ShareActivityItemSource members readonly. (#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
jzeferino authored and Redth committed Jul 2, 2019
1 parent 0e310c1 commit fe4c339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Xamarin.Essentials/Share/Share.ios.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ static Task PlatformRequestAsync(ShareFileRequest request)

class ShareActivityItemSource : UIActivityItemSource
{
NSObject item;
string subject;
readonly NSObject item;
readonly string subject;

internal ShareActivityItemSource(NSObject item, string subject)
{
Expand Down

0 comments on commit fe4c339

Please sign in to comment.