Skip to content

Commit

Permalink
fix localauth problem for old android versions
Browse files Browse the repository at this point in the history
Cf. flutter/flutter#27584 (comment)
Tested on an Android8.0 device.

fixes X-Wei#43
  • Loading branch information
X-Wei committed May 16, 2020
1 parent 4ea243d commit 270d110
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
<style name="LaunchTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Show a splash screen on the activity. Automatically removed when
Flutter draws its first frame -->
<item name="android:windowBackground">@drawable/launch_background</item>
Expand Down
1 change: 1 addition & 0 deletions android/settings_aar.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include ':app'
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies:
hive: '1.4.1+1'
http: '0.12.0+4'
image_picker: '0.6.4'
local_auth: '0.6.1+3'
local_auth: '0.6.2+2'
lottie: '^0.3.3'
package_info: '0.4.0+16'
path_provider: '1.6.5'
Expand Down

0 comments on commit 270d110

Please sign in to comment.