Skip to content

Commit

Permalink
fix issue 79
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikuB committed May 2, 2019
1 parent 4539828 commit 070702d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions device_calendar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.1.1 - 1st March 2019
* Fixed issue [79](https://github.com/builttoroam/flutter_plugins/issues/79) where on Android, the plugin was indicating that it was handling permissions that it shouldn't have

## 0.1.0 - 26th February 2019
* **BREAKING CHANGE** Migrated to the plugin to use AndroidX instead of the deprecated Android support libraries. Please ensure you have migrated your application following the guide [here](https://developer.android.com/jetpack/androidx/migrate)
* **BREAKING CHANGE** Updated Kotlin to version 1.3.21
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public class CalendarDelegate : PluginRegistry.RequestPermissionsResultListener
// No exceptions, this should not happen, ever
//
// There's nothing that can be done at this stage, besides finishing gracefully
return true
return false
}

when (cachedValues.calendarDelegateMethodCode) {
Expand Down
2 changes: 1 addition & 1 deletion device_calendar/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: device_calendar
description: A cross platform plugin for modifying calendars on the user's device.
version: 0.1.0
version: 0.1.1
author: Built to Roam <[email protected]>
homepage: https://github.com/builttoroam/flutter_plugins/tree/develop/device_calendar

Expand Down

0 comments on commit 070702d

Please sign in to comment.