mirror of
https://github.com/TwidereProject/Twidere-Android
synced 2024-12-16 10:38:56 +01:00
updated strings
This commit is contained in:
parent
f6aa30a66a
commit
9ff52bf935
@ -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)
|
||||
}
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user