mirror of
https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background
synced 2024-11-14 19:44:53 +00:00
Set default for bigText to false
This commit is contained in:
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,
|
||||
|
Loading…
Reference in New Issue
Block a user