1
0
mirror of https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background synced 2025-03-10 18:26:28 +00:00

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

@ -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,