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?
if (result.isFailure()) {
complain("Failed to query inventory: " + result);
logError("Failed to query inventory: " + result);
notifyError(result.getMessage());
if (stopAfterResult) {
stop();