Skip to content

Fix Activities Overlap With Status Bar on Android 15 (API 35)#3833

Merged
ellykits merged 1 commit intomainfrom
3832-fix-activities-overlap-with-status-bar
Mar 23, 2026
Merged

Fix Activities Overlap With Status Bar on Android 15 (API 35)#3833
ellykits merged 1 commit intomainfrom
3832-fix-activities-overlap-with-status-bar

Conversation

@qiarie
Copy link
Copy Markdown
Contributor

@qiarie qiarie commented Mar 23, 2026

IMPORTANT: Where possible all PRs must be linked to a Github issue

Fixes #3832

Engineer Checklist

  • I have written Unit tests for any new feature(s) and edge cases for bug fixes
  • I have added any strings visible on UI components to the strings.xml file
  • I have updated the CHANGELOG.md file for any notable changes to the codebase
  • I have run ./gradlew spotlessApply and ./gradlew spotlessCheck to check my code follows the project's style guide
  • I have built and run the FHIRCore app to verify my change fixes the issue and/or does not break the app
  • I have checked that this PR does NOT introduce breaking changes that require an update to Content and/or Configs? If it does add a sample here or a link to exactly what changes need to be made to the content.

Code Reviewer Checklist

  • I have verified Unit tests have been written for any new feature(s) and edge cases
  • I have verified any strings visible on UI components are in the strings.xml file
  • I have verifed the CHANGELOG.md file has any notable changes to the codebase
  • I have verified the solution has been implemented in a configurable and generic way for reuseable components
  • I have built and run the FHIRCore app to verify the change fixes the issue and/or does not break the app

@qiarie qiarie requested a review from ellykits March 23, 2026 14:02
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 25.2%. Comparing base (aaebbb6) to head (91e6024).
⚠️ Report is 10 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##              main   #3833     +/-   ##
=========================================
+ Coverage     25.0%   25.2%   +0.1%     
  Complexity     844     844             
=========================================
  Files          297     299      +2     
  Lines        16102   15885    -217     
  Branches      2689    2639     -50     
=========================================
- Hits          4038    4013     -25     
+ Misses       11580   11390    -190     
+ Partials       484     482      -2     
Flag Coverage Δ
engine 60.7% <ø> (-0.3%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 9 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ellykits ellykits merged commit 4b1bba0 into main Mar 23, 2026
4 of 11 checks passed
@ellykits ellykits deleted the 3832-fix-activities-overlap-with-status-bar branch March 23, 2026 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Activities Overlap With Status Bar on Android 15 (API 35)

2 participants