Summary
The wallet interface does not maintain proper layout scaling on Android tablets after extended use. While the UI initially renders correctly, it later reflows incorrectly and leaves unused screen space.
Description
The wallet UI renders correctly upon initial launch on my tablet. However, after several minutes of usage — particularly after locking and unlocking the device — the layout scaling breaks.
The interface appears to fail to properly recalculate viewport/screen dimensions on app resume, resulting in:
- Incorrect layout scaling
- Unused/blank space on screen
- UI not adapting to tablet dimensions
- Rotation does not restore the correct layout
This suggests a layout reflow or viewport recalculation issue triggered during the app lifecycle (background → resume).
Expected Behavior
The UI should maintain correct scaling and fully adapt to tablet screen dimensions even after using the tablet for longer amount of time
Actual Behavior
After using the device for several minutes, the layout reflows incorrectly and leaves unused screen space. Rotating the device does not fix the issue.

Summary
The wallet interface does not maintain proper layout scaling on Android tablets after extended use. While the UI initially renders correctly, it later reflows incorrectly and leaves unused screen space.
Description
The wallet UI renders correctly upon initial launch on my tablet. However, after several minutes of usage — particularly after locking and unlocking the device — the layout scaling breaks.
The interface appears to fail to properly recalculate viewport/screen dimensions on app resume, resulting in:
This suggests a layout reflow or viewport recalculation issue triggered during the app lifecycle (background → resume).
Expected Behavior
The UI should maintain correct scaling and fully adapt to tablet screen dimensions even after using the tablet for longer amount of time
Actual Behavior
After using the device for several minutes, the layout reflows incorrectly and leaves unused screen space. Rotating the device does not fix the issue.