diff options
author | ByteHamster <info@bytehamster.com> | 2021-07-29 22:38:16 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2021-07-30 21:59:32 +0200 |
commit | 1193cd400e582a50fa8a41c866c846412d4e47cc (patch) | |
tree | 48098b3448c60fbac98135be8530f57bad0c56a0 /core/src/main/res/values | |
parent | b182deaadc32255e89689fd4de7f6f92fb86f427 (diff) | |
download | AntennaPod-1193cd400e582a50fa8a41c866c846412d4e47cc.zip |
Replace AsyncTask with RxJava
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r-- | core/src/main/res/values/strings.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 9523ff5f2..86f79318a 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -105,7 +105,6 @@ <string name="shownotes_label">Shownotes</string> <string name="shownotes_contentdescription">swipe up to read shownotes</string> <string name="episodes_suffix">\u0020episodes</string> - <string name="processing_label">Processing</string> <string name="close_label">Close</string> <string name="retry_label">Retry</string> <string name="auto_download_label">Include in auto downloads</string> |