forked from organicmaps/organicmaps
[android] Change ids
This commit is contained in:
parent
2a31eb52cc
commit
f917aef253
1 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue