소스 검색

Merge pull request #1314 from deltachat/set-translations

set stock translations on account changes
bjoern 4 년 전
부모
커밋
cc9108410b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      deltachat-ios/AppDelegate.swift

+ 1 - 0
deltachat-ios/AppDelegate.swift

@@ -473,6 +473,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
     }
 
     func reloadDcContext() {
+        setStockTranslations()
         locationManager.reloadDcContext()
         notificationManager.reloadDcContext()
         RelayHelper.sharedInstance.cancel()