Skip to content

Commit

Permalink
Fix resource reference
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Sep 12, 2023
1 parent 78d6ddf commit 4ff139f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ protected WmsCapabilities doInBackground(Void params) throws IOException, Parser
protected void onBackgroundError(Exception e) {
Progress.dismissDialog(activity, Progress.PROGRESS_DOWNLOAD);
Log.e(DEBUG_TAG, e.getMessage());
Snack.toastTopError(context, activity.getString(R.string.toast_error_wms_getcapabilities, e.getMessage()));
Snack.toastTopError(context, activity.getString(R.string.toast_querying_wms_server_failed, e.getMessage()));
}

@Override
Expand Down

0 comments on commit 4ff139f

Please sign in to comment.