Skip to content
Snippets Groups Projects
Commit 3befb002 authored by Bruno Muniz's avatar Bruno Muniz :apple:
Browse files

Add TODO comment on retry of downloading banned listc

parent 03eb1db7
No related branches found
No related tags found
3 merge requests!71Releasing v1.1.5 (214),!68Terms and condition feature,!67v1.1.5 b(203)
......@@ -86,6 +86,8 @@ final class LaunchViewModel {
Task {
do {
network.writeLogs()
// TODO: Retry inifitely if fails
let _ = try await fetchBannedList()
network.updateNDF { [weak self] in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment