IAB is not always available

This commit is contained in:
M66B 2016-01-11 11:27:23 +01:00
parent 311e4169ca
commit a6d4abb1a0
2 changed files with 0 additions and 2 deletions

View File

@ -275,7 +275,6 @@ public class ActivityMain extends AppCompatActivity implements SharedPreferences
}, this).bind();
} catch (Throwable ex) {
Log.e(TAG, ex.toString() + "\n" + Log.getStackTraceString(ex));
Util.sendCrashReport(ex, ActivityMain.this);
}
}

View File

@ -144,7 +144,6 @@ public class ActivityPro extends AppCompatActivity {
iab.bind();
} catch (Throwable ex) {
Log.e(TAG, ex.toString() + "\n" + Log.getStackTraceString(ex));
Util.sendCrashReport(ex, ActivityPro.this);
}
}