mirror of
https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background
synced 2025-12-13 09:53:22 +00:00
Set default for bigText to false
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user