|
@@ -677,7 +677,6 @@ class InviteDataSearchFragment : BaseFragment<FragmentInviteDataSearchBinding>()
|
|
|
putString("endCreateTime", binding.inviteEndTime.text.toString())
|
|
|
}
|
|
|
|
|
|
-
|
|
|
inviteDataListFragment.arguments = bundle
|
|
|
|
|
|
//点击查询隐藏软键盘
|
|
@@ -688,6 +687,7 @@ class InviteDataSearchFragment : BaseFragment<FragmentInviteDataSearchBinding>()
|
|
|
requireActivity().window.decorView.windowToken, 0
|
|
|
)
|
|
|
}
|
|
|
+
|
|
|
parentFragmentManager.beginTransaction().setCustomAnimations(
|
|
|
R.anim.slide_right_in,
|
|
|
R.anim.slide_left_out,
|