mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 01:45:55 +08:00
Improve log message
This commit is contained in:
@ -407,7 +407,7 @@ class _RestorePurchaseButtonState extends State<RestorePurchaseButton> {
|
||||
setState(() {
|
||||
computing = true;
|
||||
});
|
||||
Log.i("Confirming Pro Purchase");
|
||||
Log.i("Restoring Purchases");
|
||||
await InAppPurchases.confirmProPurchase();
|
||||
if (AppSettings.instance.proMode) {
|
||||
Navigator.of(context).pop();
|
||||
|
Reference in New Issue
Block a user