End of day push

This commit is contained in:
alansley
2024-08-02 16:21:16 +10:00
parent 1a2df3798a
commit bc94cb78db
2 changed files with 3 additions and 6 deletions

View File

@@ -391,7 +391,7 @@ class SettingsActivity : PassphraseRequiredActionBarActivity() {
showSessionDialog {
title(R.string.profileDisplayPictureSet)
view(R.layout.dialog_change_avatar)
button(R.string.activity_settings_upload) { startAvatarSelection() }
button(R.string.save) { startAvatarSelection() }
if (prefs.getProfileAvatarId() != 0) {
button(R.string.remove) { removeProfilePicture() }