Skip to content

Commit

Permalink
Revert "fix: EditName button icon"
Browse files Browse the repository at this point in the history
This reverts commit 5f1f86f.
  • Loading branch information
omg-xtao committed Apr 9, 2024
1 parent 20507f6 commit 9f393ef
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -5061,7 +5061,7 @@ protected void onLongPress() {
cameraDrawable = new RLottieDrawable(R.raw.camera_outline, String.valueOf(R.raw.camera_outline), AndroidUtilities.dp(56), AndroidUtilities.dp(56), false, null);
cellCameraDrawable = new RLottieDrawable(R.raw.camera_outline, R.raw.camera_outline + "_cell", AndroidUtilities.dp(42), AndroidUtilities.dp(42), false, null);

writeButton.setImageResource(R.drawable.msg_edit);
writeButton.setAnimation(cameraDrawable);
writeButton.setContentDescription(LocaleController.getString("AccDescrChangeProfilePicture", R.string.AccDescrChangeProfilePicture));
writeButton.setPadding(AndroidUtilities.dp(2), 0, 0, AndroidUtilities.dp(2));
} else {
Expand Down

0 comments on commit 9f393ef

Please sign in to comment.