解决冲突

This commit is contained in:
2025-11-22 11:27:23 +08:00
parent 95a1e21909
commit 18b1235a80
3 changed files with 0 additions and 11 deletions

View File

@@ -229,13 +229,7 @@ public class VocalRangeFragment extends BaseMvpFragment<MePresenter, FragmentVoc
startActivity(new Intent(getContext(), MyBagActivity.class)); startActivity(new Intent(getContext(), MyBagActivity.class));
} else if (id==R.id.me_daily) {//每日任务 } else if (id==R.id.me_daily) {//每日任务
startActivity(new Intent(getContext(), DailyTasksActivity.class)); startActivity(new Intent(getContext(), DailyTasksActivity.class));
<<<<<<< HEAD
} else if (id == R.id.iv_sz) {//设置 } else if (id == R.id.iv_sz) {//设置
// startActivity(new Intent(getContext(), SettingActivity.class));
=======
}
else if (id == R.id.iv_sz) {//设置
>>>>>>> branch_new_dev
Intent intent = new Intent(getContext(), SettingActivity.class); Intent intent = new Intent(getContext(), SettingActivity.class);
Bundle bundle = new Bundle(); Bundle bundle = new Bundle();
bundle.putSerializable("userInfo", userInfo); bundle.putSerializable("userInfo", userInfo);

View File

@@ -123,10 +123,6 @@ public class RoomGiftDialogFragment extends BaseMvpDialogFragment<RewardGiftPres
if (userInfo != null) { if (userInfo != null) {
LogUtils.e("RoomGiftDialogFragment_userInfo", userInfo.toString()); LogUtils.e("RoomGiftDialogFragment_userInfo", userInfo.toString());
} }
<<<<<<< HEAD
=======
>>>>>>> branch_new_dev
} }
@Override @Override

View File

@@ -28,7 +28,6 @@ isBuildModule=false
#org.gradle.deamon=false #org.gradle.deamon=false
android.injected.testOnly=false android.injected.testOnly=false
APP_VERSION_NAME=1.0.6.4
APP_VERSION_NAME=1.0.6.5 APP_VERSION_NAME=1.0.6.5
APP_VERSION_CODE=54 APP_VERSION_CODE=54