From 395d0479c9eab2b7a8f7be01e643b80224228df7 Mon Sep 17 00:00:00 2001
From: wxr <wxr@hdlchina.com.cn>
Date: 星期二, 27 八月 2024 15:23:55 +0800
Subject: [PATCH] 新版本备份

---
 Shared.Droid.JPush/HmsLazyInputStream.cs |   52 ++++++++++++++++++++++++++--------------------------
 1 files changed, 26 insertions(+), 26 deletions(-)

diff --git a/Shared.Droid.JPush/HmsLazyInputStream.cs b/Shared.Droid.JPush/HmsLazyInputStream.cs
index 963fc3a..8507593 100644
--- a/Shared.Droid.JPush/HmsLazyInputStream.cs
+++ b/Shared.Droid.JPush/HmsLazyInputStream.cs
@@ -1,28 +1,28 @@
-锘縰sing Android.Content;
-using Android.Util;
-using System;
-using System.IO;
-using Huawei.Agconnect.Config;
+锘�//using Android.Content;
+//using Android.Util;
+//using System;
+//using System.IO;
+//using Huawei.Agconnect.Config;
 
-namespace Shared.Droid.JPush
-{
-    class HmsLazyInputStream : LazyInputStream
-    {
-        public HmsLazyInputStream(Context context) : base(context)
-        {
-        }
+//namespace Shared.Droid.JPush
+//{
+//    class HmsLazyInputStream : LazyInputStream
+//    {
+//        public HmsLazyInputStream(Context context) : base(context)
+//        {
+//        }
 
-        public override Stream Get(Context context)
-        {
-            try
-            {
-                return context.Assets.Open("agconnect-services.json");
-            }
-            catch (Exception e)
-            {
-                Log.Info(e.ToString(), "Can't open agconnect file");
-                return null;
-            }
-        }
-    }
-}
\ No newline at end of file
+//        public override Stream Get(Context context)
+//        {
+//            try
+//            {
+//                return context.Assets.Open("agconnect-services.json");
+//            }
+//            catch (Exception e)
+//            {
+//                Log.Info(e.ToString(), "Can't open agconnect file");
+//                return null;
+//            }
+//        }
+//    }
+//}
\ No newline at end of file

--
Gitblit v1.8.0