版本53/1.0.6.4

This commit is contained in:
2025-11-20 10:34:34 +08:00
parent e9e50c1b65
commit cc2ed4f219
3 changed files with 9 additions and 4 deletions

View File

@@ -117,8 +117,12 @@ public class RoomGiftDialogFragment extends BaseMvpDialogFragment<RewardGiftPres
roomId = getArguments().getString("roomId"); roomId = getArguments().getString("roomId");
jingp = getArguments().getInt("jingp"); jingp = getArguments().getInt("jingp");
heart_id = getArguments().getString("heart_id"); heart_id = getArguments().getString("heart_id");
if (roomInfoResp != null) {
LogUtils.e("RoomGiftDialogFragment_roomInfoResp", roomInfoResp.toString()); LogUtils.e("RoomGiftDialogFragment_roomInfoResp", roomInfoResp.toString());
}
if (userInfo != null) {
LogUtils.e("RoomGiftDialogFragment_userInfo", userInfo.toString()); LogUtils.e("RoomGiftDialogFragment_userInfo", userInfo.toString());
}
} }

View File

@@ -339,6 +339,7 @@
android:layout_width="@dimen/dp_15" android:layout_width="@dimen/dp_15"
android:layout_height="@dimen/dp_15" android:layout_height="@dimen/dp_15"
android:layout_marginEnd="@dimen/dp_5" android:layout_marginEnd="@dimen/dp_5"
android:checked="true"
android:background="@drawable/selector_login_agreement" android:background="@drawable/selector_login_agreement"
android:button="@null" /> android:button="@null" />

View File

@@ -28,8 +28,8 @@ isBuildModule=false
#org.gradle.deamon=false #org.gradle.deamon=false
android.injected.testOnly=false android.injected.testOnly=false
APP_VERSION_NAME=1.0.5.3 APP_VERSION_NAME=1.0.6.4
APP_VERSION_CODE=43 APP_VERSION_CODE=53
org.gradle.jvm.toolchain.useLegacyAdapters=false org.gradle.jvm.toolchain.useLegacyAdapters=false
#org.gradle.java.home=C\:\\Users\\qx\\.jdks\\ms-17.0.15 #org.gradle.java.home=C\:\\Users\\qx\\.jdks\\ms-17.0.15