Status line builds the wrong status items in offline mode
Open
offline
P3
polish
- Dominant language
- Dart
- Stars
- 1.7k
- Forks
- 404
- Avg merge
- 6d 17h
- Merged PRs (30d)
- 18
Description
this happens because the `currentScreen` variable that the StatusLine class uses to call `currentScreen.buildStatus(context)` is a `SimpleScreen` and not the screen type for the data (e.g. `PerformanceScreen`, `NetworkScreen`, etc.).
Contributor guide
Assessment
This issue has not been assessed yet.