mirror of https://github.com/M66B/FairEmail.git
Revert "Enable purchase button in pending state"
This reverts commit cc4508e73b
.
This commit is contained in:
parent
bd42f79fe2
commit
eca0eca88c
|
@ -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(true);
|
||||
btnPurchase.setEnabled(false);
|
||||
tvPending.setVisibility(View.VISIBLE);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue