Browse Source

set stock translations on account changes

updates are done on switch/add/delete -
the latter is needed as a previously unused accout may be selected.
B. Petersen 4 years ago
parent
commit
bf997cff70
1 changed files with 1 additions and 0 deletions
  1. 1 0
      deltachat-ios/AppDelegate.swift

+ 1 - 0
deltachat-ios/AppDelegate.swift

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