File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11# Unreleased  
2- -  [ fixed]  Fixed a bug where Remote Config does not work after a restore  
2+ -  [ fixed]  Fixed a bug where Remote Config does not work after a restore
33  of a previous backup of the device. (#14459  )
4- -  [ fixed]  Fixed a data race condition on the global database status flag  
4+ -  [ fixed]  Fixed a data race condition on the global database status flag
55  by synchronizing all read and write operations. (#14715  )
66
77# 12.3.0  
Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ - (instancetype)initWithDatabaseManager:(RCNConfigDBManager *)manager
9696                   @" New config database created. Resetting user defaults." 
9797      [_userDefaultsManager resetUserDefaults ];
9898    }
99+ 
99100    _isFetchInProgress = NO ;
100101    _lastFetchedTemplateVersion = [_userDefaultsManager lastFetchedTemplateVersion ];
101102    _lastActiveTemplateVersion = [_userDefaultsManager lastActiveTemplateVersion ];
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments