Skip to content

Commit

Permalink
refactor #2521: migrated savings account application screen to compose
Browse files Browse the repository at this point in the history
  • Loading branch information
AvneetSingh2001 committed Feb 29, 2024
1 parent d0f198d commit ca96e7f
Show file tree
Hide file tree
Showing 9 changed files with 550 additions and 314 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import org.mifos.mobile.R
import org.mifos.mobile.databinding.ActivitySavingsAccountApplicationBinding
import org.mifos.mobile.ui.activities.base.BaseActivity
import org.mifos.mobile.ui.enums.SavingsAccountState
import org.mifos.mobile.ui.fragments.SavingsAccountApplicationFragment.Companion.newInstance
import org.mifos.mobile.ui.savings_account_application.SavingsAccountApplicationFragment.Companion.newInstance

/*
* Created by saksham on 30/June/2018
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import org.mifos.mobile.ui.enums.SavingsAccountState
import org.mifos.mobile.ui.fragments.ClientChargeFragment
import org.mifos.mobile.ui.fragments.QrCodeDisplayFragment
import org.mifos.mobile.ui.fragments.SavingAccountsTransactionFragment
import org.mifos.mobile.ui.fragments.SavingsAccountApplicationFragment
import org.mifos.mobile.ui.savings_account_application.SavingsAccountApplicationFragment
import org.mifos.mobile.ui.fragments.SavingsAccountWithdrawFragment
import org.mifos.mobile.ui.fragments.SavingsMakeTransferFragment
import org.mifos.mobile.ui.fragments.base.BaseFragment
Expand Down
Loading

0 comments on commit ca96e7f

Please sign in to comment.