Skip to content

Commit

Permalink
ábcv
Browse files Browse the repository at this point in the history
  • Loading branch information
daktech5 committed Sep 16, 2023
1 parent e81e1bd commit 12f819f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file not shown.
8 changes: 4 additions & 4 deletions DefaultProject/DefaultProjectApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ struct RootView: SwiftUI.View {
coordinator.build(fullScreenCover: fullScreencover)
}
.onAppear(perform: {
let deviceLanguage = checkDeviceLanguage()
language = deviceLanguage
CrowdinSDK.currentLocalization = language

if !FIRST_LOAD_APP{
let deviceLanguage = checkDeviceLanguage()
language = deviceLanguage
CrowdinSDK.currentLocalization = language

let point = Point(pointColor: 0)
Point.savePoint(point: point)
FIRST_LOAD_APP = true
Expand Down

0 comments on commit 12f819f

Please sign in to comment.