show reply icon as workaround for mastodon#341
This commit is contained in:
@@ -513,7 +513,8 @@ public class ComposeFragment extends MastodonToolbarFragment implements OnBackPr
|
|||||||
spoilerBtn.setSelected(true);
|
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);
|
replyText.setVisibility(View.GONE);
|
||||||
}
|
}
|
||||||
if(savedInstanceState==null){
|
if(savedInstanceState==null){
|
||||||
|
|||||||
Reference in New Issue
Block a user