Spruces up the light theme.
Also, fixes a bug where the show more/less button for content warnings is sometimes already checked.
This commit is contained in:
parent
251602fb2c
commit
1f798902b7
12 changed files with 74 additions and 64 deletions
|
@ -274,6 +274,7 @@ class StatusViewHolder extends RecyclerView.ViewHolder {
|
|||
contentWarningDescription.setText(spoilerText);
|
||||
contentWarningBar.setVisibility(View.VISIBLE);
|
||||
content.setVisibility(View.GONE);
|
||||
contentWarningButton.setChecked(false);
|
||||
contentWarningButton.setOnCheckedChangeListener(
|
||||
new CompoundButton.OnCheckedChangeListener() {
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue