mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Enable purchase button in pending state
This commit is contained in:
@@ -188,7 +188,7 @@ public class FragmentPro extends FragmentBase implements SharedPreferences.OnSha
|
||||
@Override
|
||||
public void onPurchasePending(String sku) {
|
||||
if (ActivityBilling.getSkuPro().equals(sku)) {
|
||||
btnPurchase.setEnabled(false);
|
||||
btnPurchase.setEnabled(true);
|
||||
tvPending.setVisibility(View.VISIBLE);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user