diff options
author | ByteHamster <info@bytehamster.com> | 2020-03-23 01:46:50 +0100 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2020-03-23 01:46:50 +0100 |
commit | e417f4a5f8f0a2e53deb5eba7059a83d85432a9e (patch) | |
tree | 116347b35be2a30d53267be45767d0793bb211f3 /core/src/main/res | |
parent | 16d0a1befa09aaa40e29ff906bc86f5a1d496fb5 (diff) | |
download | AntennaPod-e417f4a5f8f0a2e53deb5eba7059a83d85432a9e.zip |
Added bottom sheet to activity
Diffstat (limited to 'core/src/main/res')
-rw-r--r-- | core/src/main/res/values/arrays.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/src/main/res/values/arrays.xml b/core/src/main/res/values/arrays.xml index 45ea97eb4..dc79905cd 100644 --- a/core/src/main/res/values/arrays.xml +++ b/core/src/main/res/values/arrays.xml @@ -196,7 +196,6 @@ </string-array> <string-array name="nav_drawer_titles"> - <item>Audio player</item> <item>@string/queue_label</item> <item>@string/episodes_label</item> <item>@string/subscriptions_label</item> |