aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/menu
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2021-01-11 21:26:02 -0800
committerAllan Wang <me@allanwang.ca>2021-01-11 21:26:02 -0800
commit3174728996fd970846f110f6cb349d7cd2caf9ba (patch)
treed08aebee5ca79113f7f153b08c043bfd79f94808 /app/src/main/res/menu
parent58dbac5b01f9532375fd235fb21209424b6cf26a (diff)
downloadfrost-3174728996fd970846f110f6cb349d7cd2caf9ba.tar.gz
frost-3174728996fd970846f110f6cb349d7cd2caf9ba.tar.bz2
frost-3174728996fd970846f110f6cb349d7cd2caf9ba.zip
Add back email sender with blank email and remove more senders
Diffstat (limited to 'app/src/main/res/menu')
-rw-r--r--app/src/main/res/menu/menu_settings.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/src/main/res/menu/menu_settings.xml b/app/src/main/res/menu/menu_settings.xml
index d8348af4..b5d257ee 100644
--- a/app/src/main/res/menu/menu_settings.xml
+++ b/app/src/main/res/menu/menu_settings.xml
@@ -4,11 +4,6 @@
tools:context="com.pitchedapps.frost.activities.SettingsActivity">
<item
- android:id="@+id/action_email"
- android:orderInCategory="100"
- android:title="@string/kau_send_feedback"
- app:showAsAction="ifRoom" />
- <item
android:id="@+id/action_changelog"
android:orderInCategory="200"
android:title="@string/kau_changelog"