[android] Change ids

This commit is contained in:
Dmitry Donskoy 2019-02-26 16:31:13 +03:00 committed by Aleksey Belousov
parent 2a31eb52cc
commit f917aef253

View file

@ -548,13 +548,13 @@ public class UgcSharingOptionsFragment extends BaseToolbarAuthFragment implement
private void showUploadErrorDialog(@StringRes int subtitle, int reqCode, @NonNull String tag)
{
showErrorDialog(R.string.unable_upload_errorr_title, subtitle, reqCode, tag);
showErrorDialog(R.string.unable_update_error_title, subtitle, reqCode, tag);
}
private void showNotEnoughBookmarksDialog()
{
showErrorDialog(R.string.error_public_not_enought_title,
R.string.error_public_not_enought_subtitle,
showErrorDialog(R.string.error_public_not_enough_title,
R.string.error_public_not_enough_subtitle,
REQ_CODE_ERROR_NOT_ENOUGH_BOOKMARKS, NOT_ENOUGH_BOOKMARKS_DIALOG_TAG);
}