Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ph vanishing when the app enter background #381

Merged
merged 1 commit into from
Jun 5, 2024
Merged

Fix ph vanishing when the app enter background #381

merged 1 commit into from
Jun 5, 2024

Conversation

Foukki
Copy link
Contributor

@Foukki Foukki commented Jun 4, 2024

Require #380

@codecov-commenter
Copy link

codecov-commenter commented Jun 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.01%. Comparing base (4ea36c2) to head (8c60a14).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #381   +/-   ##
=======================================
  Coverage   54.01%   54.01%           
=======================================
  Files         168      168           
  Lines        3710     3710           
=======================================
  Hits         2004     2004           
  Misses       1706     1706           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -37,7 +37,7 @@ class PhMainPage extends HookConsumerWidget {
),
const SizedBox(height: 10),
SizedBox(
width: MediaQuery.of(context).size.width - 60,
width: 250,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have you tested this on different screen format ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

250 pixels is really small there won't be any problems (I can't really test on little screen format)

@armanddidierjean armanddidierjean changed the title Fix ph Fix ph vanishing when the app enter background Jun 5, 2024
@armanddidierjean armanddidierjean added the fix bug This PR fix a bug label Jun 5, 2024
Copy link
Member

@armanddidierjean armanddidierjean left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works great!

@Foukki Foukki merged commit d8d89a9 into main Jun 5, 2024
7 checks passed
@Foukki Foukki deleted the fix-ph branch June 5, 2024 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix bug This PR fix a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants