summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2018-11-30 22:09:25 +0100
committerGitHub <noreply@github.com>2018-11-30 22:09:25 +0100
commitd5ce4051624009bc93f87550062e4336d722c528 (patch)
tree28ce08026f45b6b095c06d13afa34b7c2b2437cd /core
parente70a9001dc08c02a51ddda7251387840c2f3ed46 (diff)
parent53957c9aa1aacf7629ded6562e163d77f0fe08e4 (diff)
downloadAntennaPod-d5ce4051624009bc93f87550062e4336d722c528.zip
Merge pull request #2924 from qkolj/backbut-npe
Fix NPE when selecting Go to page for the first time
Diffstat (limited to 'core')
-rw-r--r--core/src/main/res/values/arrays.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/src/main/res/values/arrays.xml b/core/src/main/res/values/arrays.xml
index 3a618b8c2..12961504c 100644
--- a/core/src/main/res/values/arrays.xml
+++ b/core/src/main/res/values/arrays.xml
@@ -299,4 +299,10 @@
<item>@string/episodes_label</item>
<item>@string/subscriptions_label</item>
</string-array>
+
+ <string-array name="back_button_go_to_pages_tags">
+ <item>QueueFragment</item>
+ <item>EpisodesFragment</item>
+ <item>SubscriptionFragment</item>
+ </string-array>
</resources>