Skip to content

Commit 33df1be

Browse files
Billing: Updated some missing changes
Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
1 parent 54a74ac commit 33df1be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/play/java/com/smartpack/packagemanager/activities/BillingActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ private void buyDonationApp() {
125125
Utils.snackbar(findViewById(android.R.id.content), getString(R.string.support_already_received_message));
126126
return;
127127
}
128-
Utils.launchUrl("https://play.google.com/store/apps/details?id=com.smartpack.donate", findViewById(android.R.id.content), this);
128+
Utils.launchUrl("https://play.google.com/store/apps/details?id=com.smartpack.donate", this);
129129
}
130130

131131
private void buyMeACoffee() {

0 commit comments

Comments
 (0)