parent
6fde2888c9
commit
bc4b77512f
1 changed files with 2 additions and 0 deletions
|
@ -1418,6 +1418,8 @@ public final class ComposeActivity
|
|||
statusMarkSensitive = true;
|
||||
contentWarningBar.setVisibility(View.VISIBLE);
|
||||
contentWarningButton.setTextColor(ContextCompat.getColor(this, R.color.primary));
|
||||
contentWarningEditor.setSelection(contentWarningEditor.getText().length());
|
||||
contentWarningEditor.requestFocus();
|
||||
} else {
|
||||
contentWarningBar.setVisibility(View.GONE);
|
||||
contentWarningButton.setTextColor(ThemeUtils.getColor(this, android.R.attr.textColorTertiary));
|
||||
|
|
Loading…
Reference in a new issue