mirror of
https://github.com/whyorean/AuroraStore.git
synced 2026-06-19 04:58:47 -04:00
Slap me if I try to download non-purchsed apps :D
This commit is contained in:
@@ -81,7 +81,7 @@ public class DeliveryData extends BaseTask {
|
||||
} else if (!app.isFree() && Accountant.isDummy(context)) {
|
||||
throw new NotPurchasedException();
|
||||
} else if (deliveryData == null) {
|
||||
Log.d("No download link returned");
|
||||
throw new NotPurchasedException();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -87,7 +87,7 @@ public class ObservableDeliveryData extends BaseTask {
|
||||
} else if (!app.isFree() && Accountant.isDummy(context)) {
|
||||
throw new NotPurchasedException();
|
||||
} else if (deliveryData == null) {
|
||||
Log.d("No download link returned");
|
||||
throw new NotPurchasedException();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user