diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index 0879eddb..67c456d9 100644 Binary files a/.idea/caches/build_file_checksums.ser and b/.idea/caches/build_file_checksums.ser differ diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 00000000..cda2e337 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 1b9c0499..cb2b7392 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -120,11 +120,11 @@ android { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') //noinspection GradleCompatible - implementation 'androidx.appcompat:appcompat:1.0.0' + implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'com.google.android.material:material:1.0.0' - implementation 'androidx.constraintlayout:constraintlayout:1.1.3' -// implementation 'com.android.support.constraint:constraint-layout:2.0.0-beta3' - implementation 'androidx.vectordrawable:vectordrawable:1.0.0' +// implementation 'androidx.constraintlayout:constraintlayout:1.1.3' + implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta3' + implementation 'androidx.vectordrawable:vectordrawable:1.1.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'com.squareup.retrofit2:retrofit:2.4.0' implementation 'com.squareup.retrofit2:converter-gson:2.4.0' diff --git a/app/src/main/java/com/gmeremit/online/gmeremittance_native/homeV2/presenter/HomeNotificationHandler.java b/app/src/main/java/com/gmeremit/online/gmeremittance_native/homeV2/presenter/HomeNotificationHandler.java index 7302aca8..7ad1b81c 100644 --- a/app/src/main/java/com/gmeremit/online/gmeremittance_native/homeV2/presenter/HomeNotificationHandler.java +++ b/app/src/main/java/com/gmeremit/online/gmeremittance_native/homeV2/presenter/HomeNotificationHandler.java @@ -25,7 +25,8 @@ 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 = redirectTo; + this.redirectTo = "autoDebit"; this.stringExtractor = stringExtractor; this.pennyTestStatus = pennyTestStatus; } diff --git a/app/src/main/res/layout/fragment_home_v3.xml b/app/src/main/res/layout/fragment_home_v3.xml index c902aca0..8bcf0bb9 100644 --- a/app/src/main/res/layout/fragment_home_v3.xml +++ b/app/src/main/res/layout/fragment_home_v3.xml @@ -103,23 +103,14 @@ android:textSize="12sp" app:txtfontName="@string/semibold" android:visibility="visible" + android:gravity="start" app:layout_constraintBottom_toBottomOf="parent" - app:layout_constraintEnd_toStartOf="@+id/nameHeaderBarrier" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/dividerView" + app:layout_constraintEnd_toStartOf="@+id/lb_rewardpoint" tools:text="Some very very very long text name goes here, the name is so long that it cannot be described. It is beyond the comprehension that such long name could also exist. Mind blown!!" /> -