Replace "Continue" with "ControlFlow"
Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/620>
This commit is contained in:
		
				
					committed by
					
						
						Marge Bot
					
				
			
			
				
	
			
			
			
						parent
						
							df6221ae92
						
					
				
				
					commit
					aa513b5cd9
				
			@ -376,6 +376,6 @@ pub fn show(
 | 
			
		||||
    menu.bind_model(Some(&model), Some("popup"));
 | 
			
		||||
    glib::idle_add_local(move || {
 | 
			
		||||
        menu.popup();
 | 
			
		||||
        Continue(false)
 | 
			
		||||
        glib::ControlFlow::Break
 | 
			
		||||
    });
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user