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.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							| 123456789 | /**
 * Resolves with <tt>true</tt> if the deep linking page should be shown and with
 * <tt>false</tt> otherwise.
 *
 * @returns {Promise<boolean>}
 */
export function _shouldShowDeepLinkingDesktopPage() {
    return Promise.resolve(false);
}
 |