GitHub user adamduren opened a pull request:

    https://github.com/apache/cordova-plugin-media-capture/pull/51

    [CB-10554] Fix null reference in low memory conditions

    [Related Jira](https://issues.apache.org/jira/browse/CB-10554)
    State is lost when the activity is not kept as a result of low memory 
conditions. This causes a NullPointerException in multiple places. Save the 
state and restore it on resume.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/adamduren/cordova-plugin-media-capture patch-1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-plugin-media-capture/pull/51.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #51
    
----
commit 7bbec803d8aa5585a7ce2a651c34c2d5db55ba09
Author: Adam Duren <[email protected]>
Date:   2016-02-07T19:20:35Z

    Fix null reference in low memory conditions
    
    State is lost when the activity is not kept as a result of low memory 
conditions. This causes a NullPointerException in multiple places. Save the 
state and restore it on resume.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to