Take it down a notch, there, buddy.

main
Vavassor 7 years ago
parent e4deecc674
commit 3e3aec050d
  1. 2
      app/src/main/java/com/keylesspalace/tusky/util/ParserUtils.java

@ -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…
Cancel
Save