Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry08 committed Jul 29, 2024
1 parent 168f4f2 commit 7c7489a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Yosu/Platforms/Android/MainApplication.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
namespace Yosu;

[Application(UsesCleartextTraffic = true)]
public class MainApplication(IntPtr handle, JniHandleOwnership ownership) : MauiApplication(handle, ownership)
public class MainApplication(IntPtr handle, JniHandleOwnership ownership)
: MauiApplication(handle, ownership)
{
protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
}
3 changes: 1 addition & 2 deletions Yosu/Platforms/iOS/Services/DownloadService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ public void DidFinishDownloading(
NSUrlSession session,
NSUrlSessionDownloadTask downloadTask,
NSUrl location
)
{ }
) { }

public void DidWriteData(
NSUrlSession session,
Expand Down

0 comments on commit 7c7489a

Please sign in to comment.