mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-18 17:05:48 +00:00
The WebView block / init-failure screen was the only activity using a theme with an action bar (AppTheme / Theme.AppCompat.Light.DarkActionBar), so the app title bar overlaid the message. Its content also drew under the status bar on edge-to-edge devices (enforced and not opt-out-able at targetSdk 36), clipping the title's first line with no way to scroll it into view. Switch the activity to the existing AppTheme.NoActionBar and inset the scroll container by the system bars + display cutout so the message is fully visible. Reported in issue #7840. |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| app_config.properties | ||
| build.gradle | ||
| capacitor.build.gradle | ||
| config.gradle | ||
| google.properties | ||
| proguard-rules.pro | ||