From 78a69d5a6d03f1c6d3cfa2dfe43aa4c1bc7d00a6 Mon Sep 17 00:00:00 2001 From: Nagarjuna Date: Wed, 29 Jan 2025 21:26:10 +0530 Subject: [PATCH] Refactor: refactored viewmodels --- .github/workflows/master_dev_ci.yml | 2 +- .run/mifospay-android.run.xml | 2 +- ci-prepush.sh | 2 - .../component/MifosBasicDialog.kt | 6 +- .../mobile/feature/auth/login/LoginScreen.kt | 14 +-- .../feature/auth/login/LoginViewModel.kt | 15 +++- .../RegistrationVerificationScreen.kt | 85 ++++++++++++------- .../RegistrationVerificationViewModel.kt | 23 +++-- gradle/libs.versions.toml | 1 - 9 files changed, 84 insertions(+), 66 deletions(-) diff --git a/.github/workflows/master_dev_ci.yml b/.github/workflows/master_dev_ci.yml index 78347eadb..c60d6093c 100644 --- a/.github/workflows/master_dev_ci.yml +++ b/.github/workflows/master_dev_ci.yml @@ -86,7 +86,7 @@ jobs: - name: Check Dependency Guard id: dependencyguard_verify continue-on-error: true - run: ./gradlew :mifos-android:dependencyGuard + run: ./gradlew dependencyGuard - name: Prevent updating Dependency Guard baselines if this is a fork id: checkfork_dependencyguard diff --git a/.run/mifospay-android.run.xml b/.run/mifospay-android.run.xml index 7517eb0f9..186e06fe7 100644 --- a/.run/mifospay-android.run.xml +++ b/.run/mifospay-android.run.xml @@ -1,5 +1,5 @@ - +