Skip to content

Commit

Permalink
bug fix and bumped up version code for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rutvik110 committed Feb 6, 2023
1 parent 9a76a5f commit 9b20117
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions lib/src/modules/chase_view/view/parts/chase_details.dart
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,11 @@ class ChaseDetails extends ConsumerWidget {
ChaseAppPremiumChaseViewHeader(
action: 'Go Premium',
label: 'Explore more with ChaseApp Premium',
onHide: () {},
onHide: () {
ref
.read(appReviewStateNotifier.notifier)
.hideChaseViewPremiumHeader();
},
showHeader: () {
return ref
.read(appReviewStateNotifier.notifier)
Expand All @@ -80,9 +84,6 @@ class ChaseDetails extends ConsumerWidget {
InkWell(
onTap: () {
showDescriptionDialog(context, chase.id);
ref
.read(appReviewStateNotifier.notifier)
.hideChaseViewPremiumHeader();
},
child: Padding(
padding: const EdgeInsets.symmetric(
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description: Never miss a live police chase again
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
publish_to: "none"

version: 1.6.5+119
version: 1.6.5+120

# 2.12.0 nonnullable
environment:
Expand Down

0 comments on commit 9b20117

Please sign in to comment.