Skip to content

Commit

Permalink
fix donate activity launch in gplay version
Browse files Browse the repository at this point in the history
  • Loading branch information
dnldsht committed May 7, 2018
1 parent 93754ed commit 44a2c7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ v0.7
* Affix
* Slide Show #266
* Show all Images Feature #416
* Print
* Delete/Move/Copy/Rename with progress dialog, and cancel feature #386

### Fixes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public void onDestroy() {
}

public static void startActivity(@NonNull Context context) {
context.startActivity(new Intent(context, SettingsActivity.class));
context.startActivity(new Intent(context, DonateActivity.class));
}

private void initUi(){
Expand Down

0 comments on commit 44a2c7d

Please sign in to comment.