Kaynağa Gözat

Remove debugging statements

macos-app-preflight-checks
Angelo Stavrow 1 ay önce
ebeveyn
işleme
c410df2545
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 1A49C7064E060EEE
1 değiştirilmiş dosya ile 0 ekleme ve 2 silme
  1. +0
    -2
      Shared/PostList/PostListView.swift

+ 0
- 2
Shared/PostList/PostListView.swift Dosyayı Görüntüle

@@ -130,11 +130,9 @@ struct PostListView: View {
.ignoresSafeArea(.all, edges: .bottom)
.onAppear {
// Set the selected collection and whether or not we want to show all posts
print("Setting selected collection")
model.selectedCollection = selectedCollection
model.showAllPosts = showAllPosts

print("Invalidating/refreshing PostListView")
// We use this to invalidate and refresh the view, so that new posts created outside of the app (e.g.,
// in the action extension) show up.
withAnimation {


Yükleniyor…
İptal
Kaydet