Skip to content

Commit

Permalink
Hide "Buy development" item still for a little while
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomas2 committed Aug 24, 2023
1 parent 5abf0b1 commit f9d12f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,10 @@ class MenuCommandHandler(val mainBibleActivity: MainBibleActivity) {
CommonUtils.openLink(contributeLink)
isHandled = true
}
R.id.buyDevelopment -> {
CommonUtils.openLink(buyDevelopmentLink)
isHandled = true
}
// R.id.buyDevelopment -> {
// CommonUtils.openLink(buyDevelopmentLink)
// isHandled = true
// }
R.id.needHelp -> {
CommonUtils.openLink(needHelpLink)
isHandled = true
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/menu/main_bible_drawer_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@
android:title="@string/help_and_tips"
android:icon="@drawable/ic_help_white_24dp"
/>
<item android:id="@+id/buyDevelopment"
<!--item android:id="@+id/buyDevelopment"
android:title="@string/buy_development"
android:icon="@drawable/baseline_attach_money_24"/>
android:icon="@drawable/baseline_attach_money_24"/-->
<item android:id="@+id/needHelp"
android:title="@string/questions_title"
android:icon="@drawable/ic_need_help_24dp"
Expand Down

0 comments on commit f9d12f3

Please sign in to comment.