Added 280 Char Support

Twitter4j 4.0.6
Bugfix
This commit is contained in:
NudeDude 2018-02-11 16:32:12 +01:00
parent 11c0b046e9
commit b889d480f4
2 changed files with 1 additions and 4 deletions

View File

@ -259,10 +259,6 @@ public class ShowStatus extends AsyncTask<Long, Void, Long> {
}
}
/**
* @param input xml Tag
* @return formatted String
*/
private String formatString(String input) {
String output = "gesendet von: ";
boolean openTag = false;

View File

@ -82,6 +82,7 @@
android:layout_marginEnd="10dp"
android:layout_marginStart="10dp"
android:addStatesFromChildren="false"
android:gravity="center_horizontal"
android:orientation="horizontal">
<Button