mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Codestyle fixes
This commit is contained in:
@@ -150,7 +150,7 @@ struct PlaylistsView: View {
|
||||
}
|
||||
}
|
||||
#else
|
||||
.onReceive(NotificationCenter.default.publisher(for: UIApplication.willEnterForegroundNotification)) { _ in
|
||||
.onReceive(NotificationCenter.default.publisher(for: UIApplication.willEnterForegroundNotification)) { _ in
|
||||
model.load()
|
||||
loadResource()
|
||||
}
|
||||
|
Reference in New Issue
Block a user