locationsystemui/locationsysui/locsysuiview/src/locsysuiview.cpp
branchRCL_3
changeset 4 42de37ce7ce4
parent 0 667063e416a2
equal deleted inserted replaced
1:788b770ce3ae 4:42de37ce7ce4
   117     // Initialize the Feature Manager library
   117     // Initialize the Feature Manager library
   118     FeatureManager::InitializeLibL();
   118     FeatureManager::InitializeLibL();
   119     
   119     
   120     if ( FeatureManager::FeatureSupported( KFeatureIdFfLocationsysuiHidePositioningMenu ) )
   120     if ( FeatureManager::FeatureSupported( KFeatureIdFfLocationsysuiHidePositioningMenu ) )
   121         {
   121         {
   122         // To Do : changes for ou1cimx1#228781	Location: Positioning view does not open
   122         User::Leave( KErrNotSupported );
   123         // Commenting the leaving part as the hide positioning feature flag is get enabled for all configuration by default
       
   124         // so till the flag issue resolved, the leaving part will be commented as this issue affected the BAT. 	
       
   125         // User::Leave( KErrNotSupported );
       
   126         }
   123         }
   127 
   124 
   128     // Open the Resource File
   125     // Open the Resource File
   129     OpenLocalizedResourceFileL( KLocSysUiViewResFileName, iResourceLoader );
   126     OpenLocalizedResourceFileL( KLocSysUiViewResFileName, iResourceLoader );
   130     
   127