Notification requests tweaks

This commit is contained in:
Grishka
2024-03-22 00:49:42 +03:00
parent 441567f9d2
commit a2dec4f7cf
7 changed files with 15 additions and 15 deletions

View File

@@ -118,7 +118,7 @@ public class AccountNotificationsListFragment extends BaseNotificationsListFragm
tintMenuIcon(allow, R.attr.colorM3OnSurfaceVariant);
}
if(choiceMade && !allowed){
mute.setIcon(R.drawable.ic_volume_off_wght700_24px);
mute.setIcon(R.drawable.ic_delete_wght700_24px);
tintMenuIcon(mute, R.attr.colorM3Primary);
}else{
tintMenuIcon(mute, R.attr.colorM3OnSurfaceVariant);