Skip to content

Commit

Permalink
Updae BackgroundMail.java
Browse files Browse the repository at this point in the history
Initialized the boolean value for processVisibility to be true in the Builders class since the onPostExecute method will only run if processVisibility variable is true. And i guess that's why the callbacks aren't been invoked
  • Loading branch information
server102 committed May 31, 2016
1 parent 6e30c89 commit d232bb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ public static final class Builder {
private String sendingMessage;
private String sendingMessageSuccess;
private String sendingMessageError;
private boolean processVisibility;
private boolean processVisibility = true;
private OnSuccessCallback onSuccessCallback;
private OnFailCallback onFailCallback;

Expand Down

0 comments on commit d232bb1

Please sign in to comment.