mirror of
https://github.com/tuskyapp/Tusky
synced 2025-01-03 04:19:24 +01:00
Take it down a notch, there, buddy.
This commit is contained in:
parent
1dc9c87c2e
commit
514cea68cc
@ -81,7 +81,7 @@ public class ParserUtils {
|
||||
// set info
|
||||
headerInfo.baseUrl = urlStr;
|
||||
if (!TextUtils.isEmpty(text)) {
|
||||
headerInfo.title = QUOTE + text.toUpperCase() + QUOTE;
|
||||
headerInfo.title = QUOTE + text + QUOTE;
|
||||
}
|
||||
if (!TextUtils.isEmpty(imageUrl)) {
|
||||
headerInfo.image = (imageUrl);
|
||||
|
Loading…
Reference in New Issue
Block a user