Você não pode selecionar mais de 25 tópicos
			Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							| 123456789101112 | 
							- // @flow
 - 
 - /**
 -  * Opens the desktop app.
 -  *
 -  * @param {Object} state - Object containing current redux state.
 -  * @returns {Promise<boolean>} - Resolves with true if the attempt to open the desktop app was successful and resolves
 -  * with false otherwise.
 -  */
 - export function _openDesktopApp(state: Object) { // eslint-disable-line no-unused-vars
 -     return Promise.resolve(false);
 - }
 
 
  |