Fix settings merge error
This commit is contained in:
		
							parent
							
								
									ff1fce18d6
								
							
						
					
					
						commit
						1c3372b319
					
				@ -18,6 +18,9 @@ Settings::Settings(Pinetime::Applications::DisplayApp* app, Pinetime::Controller
 | 
			
		||||
              },
 | 
			
		||||
              [this]() -> std::unique_ptr<Screen> {
 | 
			
		||||
                return CreateScreen2();
 | 
			
		||||
              },
 | 
			
		||||
              [this]() -> std::unique_ptr<Screen> {
 | 
			
		||||
                return CreateScreen3();
 | 
			
		||||
              }},
 | 
			
		||||
             Screens::ScreenListModes::UpDown} {
 | 
			
		||||
}
 | 
			
		||||
@ -39,7 +42,7 @@ std::unique_ptr<Screen> Settings::CreateScreen1() {
 | 
			
		||||
    {Symbols::home, "Watch face", Apps::SettingWatchFace},
 | 
			
		||||
  }};
 | 
			
		||||
 | 
			
		||||
  return std::make_unique<Screens::List>(0, 2, app, settingsController, applications);
 | 
			
		||||
  return std::make_unique<Screens::List>(0, 3, app, settingsController, applications);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
std::unique_ptr<Screen> Settings::CreateScreen2() {
 | 
			
		||||
@ -63,5 +66,5 @@ std::unique_ptr<Screen> Settings::CreateScreen3() {
 | 
			
		||||
    {Symbols::none, "None", Apps::None}
 | 
			
		||||
  }};
 | 
			
		||||
 | 
			
		||||
  return std::make_unique<Screens::List>(1, 2, app, settingsController, applications);
 | 
			
		||||
  return std::make_unique<Screens::List>(2, 3, app, settingsController, applications);
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user