Fix icon for send without sound

This commit is contained in:
luvletter2333 2021-12-09 11:10:51 +08:00
parent 534d30325e
commit b16412e075
No known key found for this signature in database
GPG Key ID: A26A8880836E1978
6 changed files with 6 additions and 6 deletions

View File

@ -4081,7 +4081,7 @@ public class ChatActivityEnterView extends FrameLayout implements NotificationCe
if (!UserObject.isUserSelf(user) && slowModeTimer == 0 && !isInScheduleMode()) {
cell = new ActionBarMenuSubItem(getContext(), parentFragment.canScheduleMessage(), true);
cell.setTextAndIcon(LocaleController.getString("SendWithoutSound", R.string.SendWithoutSound), R.drawable.input_notify_off);
cell.setTextAndIcon(LocaleController.getString("SendWithoutSound", R.string.SendWithoutSound), R.drawable.baseline_notifications_off_24);
cell.setOnClickListener(v -> {
if (sendPopupWindow != null && sendPopupWindow.isShowing()) {
sendPopupWindow.dismiss();

View File

@ -1650,7 +1650,7 @@ public class ChatAttachAlert extends BottomSheet implements NotificationCenter.N
itemCells[a].setTextAndIcon(LocaleController.getString("ScheduleMessage", R.string.ScheduleMessage), R.drawable.baseline_date_range_24);
}
} else if (num == 2) {
itemCells[a].setTextAndIcon(LocaleController.getString("SendWithoutSound", R.string.SendWithoutSound), R.drawable.input_notify_off);
itemCells[a].setTextAndIcon(LocaleController.getString("SendWithoutSound", R.string.SendWithoutSound), R.drawable.baseline_notifications_off_24);
}
itemCells[a].setMinimumWidth(AndroidUtilities.dp(196));

View File

@ -728,7 +728,7 @@ public class DocumentSelectActivity extends BaseFragment {
itemCells[a].setTextAndIcon(LocaleController.getString("ScheduleMessage", R.string.ScheduleMessage), R.drawable.baseline_date_range_24);
}
} else if (num == 2) {
itemCells[a].setTextAndIcon(LocaleController.getString("SendWithoutSound", R.string.SendWithoutSound), R.drawable.input_notify_off);
itemCells[a].setTextAndIcon(LocaleController.getString("SendWithoutSound", R.string.SendWithoutSound), R.drawable.baseline_notifications_off_24);
}
itemCells[a].setMinimumWidth(AndroidUtilities.dp(196));

View File

@ -494,7 +494,7 @@ public class PhotoAlbumPickerActivity extends BaseFragment implements Notificati
itemCells[a].setTextAndIcon(LocaleController.getString("ScheduleMessage", R.string.ScheduleMessage), R.drawable.baseline_date_range_24);
}
} else if (num == 2) {
itemCells[a].setTextAndIcon(LocaleController.getString("SendWithoutSound", R.string.SendWithoutSound), R.drawable.input_notify_off);
itemCells[a].setTextAndIcon(LocaleController.getString("SendWithoutSound", R.string.SendWithoutSound), R.drawable.baseline_notifications_off_24);
}
itemCells[a].setMinimumWidth(AndroidUtilities.dp(196));

View File

@ -1103,7 +1103,7 @@ public class PhotoPickerActivity extends BaseFragment implements NotificationCen
itemCells[a].setTextAndIcon(LocaleController.getString("ScheduleMessage", R.string.ScheduleMessage), R.drawable.baseline_date_range_24);
}
} else if (num == 2) {
itemCells[a].setTextAndIcon(LocaleController.getString("SendWithoutSound", R.string.SendWithoutSound), R.drawable.input_notify_off);
itemCells[a].setTextAndIcon(LocaleController.getString("SendWithoutSound", R.string.SendWithoutSound), R.drawable.baseline_notifications_off_24);
}
itemCells[a].setMinimumWidth(AndroidUtilities.dp(196));

View File

@ -5261,7 +5261,7 @@ public class PhotoViewer implements NotificationCenter.NotificationCenterDelegat
cell.setTextAndIcon(LocaleController.getString("ScheduleMessage", R.string.ScheduleMessage), R.drawable.baseline_date_range_24);
}
} else if (a == 1) {
cell.setTextAndIcon(LocaleController.getString("SendWithoutSound", R.string.SendWithoutSound), R.drawable.input_notify_off);
cell.setTextAndIcon(LocaleController.getString("SendWithoutSound", R.string.SendWithoutSound), R.drawable.baseline_notifications_off_24);
} else if (a == 2) {
cell.setTextAndIcon(LocaleController.getString("ReplacePhoto", R.string.ReplacePhoto), R.drawable.msg_replace);
} else if (a == 3) {