Browse Source

Touch fixes

master
preyearegmi 6 years ago
parent
commit
f730da5c01
  1. 4
      app/src/main/java/com/gmeremit/online/gmeremittance_native/sendmoneyV2/view/payoutmode/PayoutModeSendMoneyFragment.java
  2. 2
      app/src/main/res/layout/fragment_home_v2.xml

4
app/src/main/java/com/gmeremit/online/gmeremittance_native/sendmoneyV2/view/payoutmode/PayoutModeSendMoneyFragment.java

@ -140,7 +140,7 @@ public class PayoutModeSendMoneyFragment extends BaseFragment implements SendMon
paymentButtonContinue.setOnClickListener(this);
ed_bank.setOnClickListener(this);
ed_branch.setOnClickListener(this);
rootView.setOnTouchListener((v, event) -> focusOutAndHideKeyboard());
// rootView.setOnTouchListener((v, event) -> focusOutAndHideKeyboard());
}
@ -150,7 +150,7 @@ public class PayoutModeSendMoneyFragment extends BaseFragment implements SendMon
paymentButtonContinue.setOnClickListener(null);
ed_bank.setOnClickListener(this);
ed_branch.setOnClickListener(this);
rootView.setOnTouchListener(null);
// rootView.setOnTouchListener(null);
}

2
app/src/main/res/layout/fragment_home_v2.xml

@ -31,7 +31,7 @@
android:layout_marginBottom="4dp"
android:background="@color/white"
android:padding="8dp"
android:visibility="visible">
android:visibility="gone">
<ImageView
android:id="@+id/verify_image"

Loading…
Cancel
Save