Commit 42d47b84 by 刘鹏

Merge branch 'fix/lp/lp_fix_trends' into 'd/v4.4.08'

feat: 修复发布动态bug

See merge request app_android_lib/YDL-Component!343
parents ee901aa7 5d4552b7
......@@ -335,6 +335,7 @@ public class TrendsHomeFragment extends BaseFragment implements ITrendHomeView,
intent.putExtra("bundle", bundle);
startActivity(intent);
// PublishTrendActivityTrends.Companion.start(requireContext(),"44","今日打卡");
trendsAndQuestionDialog.dismiss();
}
@Override
......@@ -349,6 +350,7 @@ public class TrendsHomeFragment extends BaseFragment implements ITrendHomeView,
bundle.putInt("dynamic_question", 2);
intent.putExtra("bundle", bundle);
startActivity(intent);
trendsAndQuestionDialog.dismiss();
}
});
trendsAndQuestionDialog.show();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment