From 548fb8aa23fe31401ba3dae823d31f9a73cc101f Mon Sep 17 00:00:00 2001
From: wxr <wxr@hdlchina.com.cn>
Date: 星期二, 16 七月 2024 10:01:54 +0800
Subject: [PATCH] backup

---
 Shared.Droid.HDLLinphone/Shared.Droid.HDLLinphone/obj/Release/generated/src/Com.Hdl.Hdllinphonesdk.Activity.HDLLinphoneReverseCallActivity.cs |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/Shared.Droid.HDLLinphone/Shared.Droid.HDLLinphone/obj/Release/generated/src/Com.Hdl.Hdllinphonesdk.Activity.HDLLinphoneReverseCallActivity.cs b/Shared.Droid.HDLLinphone/Shared.Droid.HDLLinphone/obj/Release/generated/src/Com.Hdl.Hdllinphonesdk.Activity.HDLLinphoneReverseCallActivity.cs
index 08fb12b..2f12075 100644
--- a/Shared.Droid.HDLLinphone/Shared.Droid.HDLLinphone/obj/Release/generated/src/Com.Hdl.Hdllinphonesdk.Activity.HDLLinphoneReverseCallActivity.cs
+++ b/Shared.Droid.HDLLinphone/Shared.Droid.HDLLinphone/obj/Release/generated/src/Com.Hdl.Hdllinphonesdk.Activity.HDLLinphoneReverseCallActivity.cs
@@ -1,3 +1,13 @@
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     This code was generated by a tool.
+//
+//     Changes to this file may cause incorrect behavior and will be lost if
+//     the code is regenerated.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+#nullable restore
 using System;
 using System.Collections.Generic;
 using Android.Runtime;
@@ -58,7 +68,7 @@
 		static Delegate GetOnClick_Landroid_view_View_Handler ()
 		{
 			if (cb_onClick_Landroid_view_View_ == null)
-				cb_onClick_Landroid_view_View_ = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPL_V) n_OnClick_Landroid_view_View_);
+				cb_onClick_Landroid_view_View_ = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPL_V (n_OnClick_Landroid_view_View_));
 			return cb_onClick_Landroid_view_View_;
 		}
 
@@ -89,7 +99,7 @@
 		static Delegate GetSetWidthHeightWithRatio_Landroid_view_View_IIHandler ()
 		{
 			if (cb_setWidthHeightWithRatio_Landroid_view_View_II == null)
-				cb_setWidthHeightWithRatio_Landroid_view_View_II = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPLII_V) n_SetWidthHeightWithRatio_Landroid_view_View_II);
+				cb_setWidthHeightWithRatio_Landroid_view_View_II = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPLII_V (n_SetWidthHeightWithRatio_Landroid_view_View_II));
 			return cb_setWidthHeightWithRatio_Landroid_view_View_II;
 		}
 

--
Gitblit v1.8.0