Skip to content

Commit

Permalink
Add function 'getActivity()'
Browse files Browse the repository at this point in the history
  • Loading branch information
姜姣姣 committed Jul 20, 2020
1 parent 4814873 commit 86a2a4f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ public void requestPermission() {
}
}

public Activity getActivity() {
return mActivity;
}

private void showDefaultTipsDialog() {
if (mDefaultTipsDialog == null) {
createDefaultTipsDialog();
Expand Down

0 comments on commit 86a2a4f

Please sign in to comment.