Преглед изворни кода

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()