Set default for bigText to false

This commit is contained in:
Sebastián Katzer 2017-01-02 15:55:36 +01:00
parent 0394315f75
commit 4b2db271c1

View File

@ -276,7 +276,7 @@ exports._defaults = {
title: 'App is running in background',
text: "Doing heavy tasks.",
ticker: 'Running in background',
bigText: true,
bigText: false,
resume: true,
silent: false,
color: undefined,