Skip to content

fix: handle edge-to-edge UI in PaymentRequestActivity#258

Merged
a1denvalu3 merged 1 commit intomainfrom
fix/payment-request-insets
Apr 13, 2026
Merged

fix: handle edge-to-edge UI in PaymentRequestActivity#258
a1denvalu3 merged 1 commit intomainfrom
fix/payment-request-insets

Conversation

@a1denvalu3
Copy link
Copy Markdown
Collaborator

Summary

Fixes the layout issue in PaymentRequestActivity where content was appearing "shifted up" underneath the system status bar after bumping the target SDK to 35.

Changes

  • Applies WindowInsets to android.R.id.content in PaymentRequestActivity's onCreate method to correctly handle padding for the top and bottom system bars now that Android 15 (API level 35) enforces edge-to-edge displays by default.

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 13, 2026

Codecov Report

❌ Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 20.62%. Comparing base (a69d255) to head (4c401ac).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
.../com/electricdreams/numo/PaymentRequestActivity.kt 0.00% 4 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #258      +/-   ##
============================================
- Coverage     20.63%   20.62%   -0.01%     
  Complexity      771      771              
============================================
  Files           145      145              
  Lines         18571    18575       +4     
  Branches       2274     2274              
============================================
  Hits           3832     3832              
- Misses        14256    14260       +4     
  Partials        483      483              

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@a1denvalu3 a1denvalu3 merged commit 22b7b9f into main Apr 13, 2026
4 of 5 checks passed
@github-project-automation github-project-automation bot moved this from Backlog to Done in Numo Apr 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant