Simplification

This commit is contained in:
M66B
2019-03-08 06:48:02 +00:00
parent b754e8999f
commit 440ac177c8
2 changed files with 1 additions and 8 deletions

View File

@@ -236,9 +236,7 @@ abstract class ActivityBilling extends ActivityBase implements PurchasesUpdatedL
if (purchases != null) {
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(this);
SharedPreferences.Editor editor = prefs.edit();
if (prefs.getBoolean("play_store", true))
editor.remove("pro");
editor.remove("pro");
for (Purchase purchase : purchases)
try {