mirror of
https://github.com/TwidereProject/Twidere-Android
synced 2024-12-25 16:02:42 +01:00
Fix title of "users favorited this" screen
This commit is contained in:
parent
c405937400
commit
f17517dae7
@ -503,7 +503,7 @@ public class LinkHandlerActivity extends BaseAppCompatActivity implements System
|
||||
break;
|
||||
}
|
||||
case LINK_ID_STATUS_FAVORITERS: {
|
||||
setTitle(R.string.users_retweeted_this);
|
||||
setTitle(R.string.users_favorited_this);
|
||||
break;
|
||||
}
|
||||
case LINK_ID_STATUS_REPLIES: {
|
||||
|
Loading…
Reference in New Issue
Block a user