mirror of
https://github.com/nuclearfog/Shitter.git
synced 2025-01-18 20:42:41 +01:00
version upgrade, bug fix
This commit is contained in:
parent
c127e8ec15
commit
7b3b08bb31
@ -12,8 +12,8 @@ android {
|
||||
applicationId 'org.nuclearfog.twidda'
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 33
|
||||
versionCode 69
|
||||
versionName '3.0.1'
|
||||
versionCode 70
|
||||
versionName '3.0.2'
|
||||
resConfigs 'en', 'de-rDE', 'zh-rCN'
|
||||
}
|
||||
|
||||
|
@ -711,7 +711,7 @@ public class Mastodon implements Connection {
|
||||
List<String> keys = new ArrayList<>();
|
||||
|
||||
params.add("display_name=" + update.getName());
|
||||
params.add("note=" + update.getDescription());
|
||||
params.add("note=" + update.getDescription().replace('\n', ' '));
|
||||
if (update.getProfileImageStream() != null) {
|
||||
streams.add(update.getProfileImageStream());
|
||||
keys.add("avatar");
|
||||
|
Loading…
Reference in New Issue
Block a user