Skip to content

Commit

Permalink
Fix for manual search issue (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
GarethAyres committed Oct 25, 2019
1 parent a7f5473 commit f869115
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/uk/ac/swansea/eduroamcat/IdP.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ protected void onPreExecute() {
protected void onPostExecute(String result) {
super.onPostExecute(result);
//eduroamCAT.debug("RESULT="+result);
profileDisplay.clear();
try {
JSONObject allJSON = new JSONObject(result);
if (allJSON.has("data")) {
Expand Down

0 comments on commit f869115

Please sign in to comment.