diff options
author | Allan Wang <me@allanwang.ca> | 2017-09-24 14:26:09 -0400 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-09-24 16:43:07 -0400 |
commit | cd41bb2917425599fca5d786ea62a2c3253dda70 (patch) | |
tree | b7cba2209281c5e2d6d8a3cff33f9301f45e5605 /sample/src | |
parent | 66e7d9505e0baffaf17877c1800939a2e0b936d6 (diff) | |
download | kau-cd41bb2917425599fca5d786ea62a2c3253dda70.tar.gz kau-cd41bb2917425599fca5d786ea62a2c3253dda70.tar.bz2 kau-cd41bb2917425599fca5d786ea62a2c3253dda70.zip |
Fix bundle NPE for activity creation
Update changelog
Diffstat (limited to 'sample/src')
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index 8476660..53dfe99 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -9,7 +9,7 @@ <version title="v3.4.1"/> <item text="Validate context before showing dialogs" /> <item text="Add intent resolver checks prior to all executions." /> - <item text="" /> + <item text="Fix bundle NPE when starting activity" /> <item text="" /> <item text="" /> |