Skip to content

Commit

Permalink
add getContext method
Browse files Browse the repository at this point in the history
  • Loading branch information
CPPAlien committed Jul 22, 2016
1 parent b25403f commit b4a256e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions davinci/src/main/java/cn/hadcn/davinci/DaVinci.java
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,10 @@ public VinciUpload getUploader() {
return new VinciUpload(mRequestQueue);
}

public Context getContext() {
return mContext;
}

private String gBody;
public void setDownloadBody(String body) {
gBody = body;
Expand Down

0 comments on commit b4a256e

Please sign in to comment.