mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 15:12:10 -05:00
[PR #43] [MERGED] [core] Fix Status Bar for iOS #48
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/feeddeck/feeddeck/pull/43
Author: @ricoberger
Created: 10/22/2023
Status: ✅ Merged
Merged: 10/22/2023
Merged by: @ricoberger
Base:
main← Head:core-fix-status-bar-for-ios📝 Commits (1)
f407610[core] Fix Status Bar for iOS📊 Changes
4 files changed (+86 additions, -90 deletions)
View changed files
📝
CONTRIBUTING.md(+8 -24)📝
app/ios/Podfile.lock(+6 -0)📝
app/ios/Runner/Info.plist(+66 -66)📝
app/macos/Podfile.lock(+6 -0)📄 Description
The status bar wasn't visible on iOS when the application was launched. This is now fixed so that a user can still see the current time, battery life, etc. when the application is running.
This commit also updates the Podfile for iOS and macOS, which was not done within #42, so that some dependencies were missing.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.