mirror of
https://codeberg.org/tom79/Fedilab
synced 2025-01-20 22:46:42 +01:00
Fix issue #658
This commit is contained in:
parent
625f15fb32
commit
fbeea6a8b8
@ -1447,7 +1447,7 @@ public class ComposeAdapter extends RecyclerView.Adapter<RecyclerView.ViewHolder
|
||||
statusDraft.setCursorToEnd = false;
|
||||
holder.binding.content.setSelection(holder.binding.content.getText().length());
|
||||
}
|
||||
if (statusDraft.spoiler_text != null) {
|
||||
if (statusDraft.spoiler_text != null && holder.binding.buttonSensitive.isChecked()) {
|
||||
holder.binding.contentSpoiler.setText(statusDraft.spoiler_text);
|
||||
holder.binding.contentSpoiler.setSelection(holder.binding.contentSpoiler.getText().length());
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user