Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2017-04-04 10:29:26 +02:00
commit d8eb432133

View file

@ -270,7 +270,7 @@ public class InAppHelper {
// Is it a failure? // Is it a failure?
if (result.isFailure()) { if (result.isFailure()) {
complain("Failed to query inventory: " + result); logError("Failed to query inventory: " + result);
notifyError(result.getMessage()); notifyError(result.getMessage());
if (stopAfterResult) { if (stopAfterResult) {
stop(); stop();