Skip to content

Commit

Permalink
nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
cranci1 committed Jun 2, 2024
1 parent 5929d50 commit 08ff909
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file not shown.
4 changes: 2 additions & 2 deletions AnimeGen/Extension/popup-Banner.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ extension ViewController {
// nothing here cuz ios 14+ 💪
completion?()
} else {

// ios 13.x 😭

// ios 13.x 😭

let alertController = UIAlertController(title: nil, message: message, preferredStyle: .alert)
let okAction = UIAlertAction(title: "OK", style: .default) { _ in
completion?()
Expand Down

0 comments on commit 08ff909

Please sign in to comment.