Browse Source

Constraint layout updated to 2.0.0-beta3

master
Preyea Regmi 5 years ago
parent
commit
1dcf981e58
  1. 3
      app/src/main/java/com/gmeremit/online/gmeremittance_native/homeV2/presenter/HomeNotificationHandler.java

3
app/src/main/java/com/gmeremit/online/gmeremittance_native/homeV2/presenter/HomeNotificationHandler.java

@ -25,8 +25,7 @@ public class HomeNotificationHandler {
public HomeNotificationHandler(GmeApplication.StringExtractor stringExtractor, boolean kycSubmit, boolean isVerified, String pennyTestStatus, String redirectTo) {
this.kycSubmit = kycSubmit;
this.isVerified = isVerified;
// this.redirectTo = redirectTo;
this.redirectTo = "autoDebit";
this.redirectTo = redirectTo;
this.stringExtractor = stringExtractor;
this.pennyTestStatus = pennyTestStatus;
}

Loading…
Cancel
Save