1
0
mirror of https://github.com/TwidereProject/Twidere-Android synced 2024-12-16 10:38:56 +01:00

updated strings

This commit is contained in:
Mariotaku Lee 2017-02-04 22:56:59 +08:00
parent f6aa30a66a
commit 9ff52bf935
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535
2 changed files with 2 additions and 3 deletions

View File

@ -36,10 +36,9 @@ abstract class ParcelableStatusesLoader(
) : AsyncTaskLoader<List<ParcelableStatus>>(context), Constants, IExtendedLoader {
protected val data = NoDuplicatesArrayList<ParcelableStatus>()
protected val isFirstLoad: Boolean
protected val isFirstLoad: Boolean = adapterData == null
init {
isFirstLoad = adapterData == null
if (adapterData != null) {
data.addAll(adapterData)
}

View File

@ -727,7 +727,7 @@
<string name="message_toast_status_saved_to_draft">Tweet saved to draft</string>
<string name="message_toast_status_unfavorited">Tweet unfavorited</string>
<string name="message_toast_status_updated">Tweet sent</string>
<string name="message_toast_unable_to_load_more_statuses">Unable to load more tweets</string>
<string name="message_toast_unable_to_load_more_statuses">Unable to load earlier tweets</string>
<string name="message_toast_user_filters_removed">Removed from filters</string>
<string name="message_toast_users_filters_added">Added to filters</string>
<string name="message_toast_wrong_api_key">Incorrect API settings</string>