Skip to content

Commit

Permalink
Hide "Loans" feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Iliyan Germanov committed Nov 27, 2021
1 parent 1cea958 commit a57d56b
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions app/src/main/java/com/ivy/wallet/ui/home/HomeMoreMenu.kt
Original file line number Diff line number Diff line change
Expand Up @@ -429,13 +429,14 @@ private fun QuickAccess(
ivyContext.navigateTo(Screen.Budget)
}

MoreMenuButton(
icon = R.drawable.ic_custom_loan_s,
label = "Loans",
expandPadding = 11.dp
) {
ivyContext.navigateTo(Screen.Loan)
}
//Hide "Loans" until they're ready
// MoreMenuButton(
// icon = R.drawable.ic_custom_loan_s,
// label = "Loans",
// expandPadding = 11.dp
// ) {
// ivyContext.navigateTo(Screen.Loan)
// }
}
}

Expand Down

0 comments on commit a57d56b

Please sign in to comment.