修复 点击去支付无反应 问题

This commit is contained in:
hch
2024-01-15 17:24:07 +08:00
parent f697e650a8
commit a307e6f864
4 changed files with 14 additions and 7 deletions

View File

@@ -88,6 +88,7 @@ public class SamsungFragment extends Fragment {
private void initSamsung() {
samsungUtil = new SamsungUtil(getActivity());
samsungUtil.dispose();
samsungUtil.init();
}