mirror of
https://github.com/yattee/yattee.git
synced 2026-01-15 08:12:34 +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