Skip to content

Commit e4a2c37

Browse files
committed
refactor: re-enable ads randomly
Signed-off-by: Lessica <82flex@gmail.com>
1 parent 2f2c808 commit e4a2c37

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

TrollFools/AppListView.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@ struct AppListView: View {
115115
}
116116
selectorOpenedURL = URLIdentifiable(url: preprocessURL(url))
117117
}
118+
.onAppear {
119+
if Double.random(in: 0..<1) < 0.1 {
120+
isAdvertisementHidden = false
121+
}
122+
}
118123
}
119124

120125
var searchableListView: some View {

0 commit comments

Comments
 (0)