Skip to content

Commit

Permalink
Update UIView+AppLanguage.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
linjie-firework committed May 16, 2024
1 parent d688fbc commit ea67c13
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import FireworkVideo
import AVFoundation

private let gNamesOfImagesWithDirection: [String] = [
"stream-gate-back",
"c3RyZWFtLWdhdGUtYmFjaw==".decodeBase64String(),
]

extension UIView {
Expand Down Expand Up @@ -66,8 +66,6 @@ extension UIView {

DispatchQueue.main.async {
if AppLanguageManager.shared.shouldHorizontalFlip {
// ImageLayer
// CGDrawingLayer
let swiftUIImageLayerClassName = "SW1hZ2VMYXllcg==".decodeBase64String()
let swiftUITextLayerClassName = "Q0dEcmF3aW5nTGF5ZXI=".decodeBase64String()
let layerClassName = String(describing: type(of: self.layer))
Expand Down

0 comments on commit ea67c13

Please sign in to comment.