show reply icon as workaround for mastodon#341

This commit is contained in:
sk
2022-11-11 17:18:21 +01:00
parent 977f3d0635
commit aecaba2a92

View File

@@ -513,7 +513,8 @@ public class ComposeFragment extends MastodonToolbarFragment implements OnBackPr
spoilerBtn.setSelected(true);
}
}
}else{
}else if (editingStatus==null || editingStatus.inReplyToId==null){
// TODO: remove workaround after https://github.com/mastodon/mastodon-android/issues/341 gets fixed
replyText.setVisibility(View.GONE);
}
if(savedInstanceState==null){