Update Application.cpp

Remove the mic bar for android
This commit is contained in:
Gabriel 2018-05-29 16:42:09 -03:00 committed by GitHub
parent 38916a3023
commit cf499ca047
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3011,9 +3011,11 @@ void Application::onDesktopRootItemCreated(QQuickItem* rootItem) {
auto surfaceContext = DependencyManager::get<OffscreenUi>()->getSurfaceContext();
surfaceContext->setContextProperty("Stats", Stats::getInstance());
#if !defined(Q_OS_ANDROID)
auto offscreenUi = DependencyManager::get<OffscreenUi>();
auto qml = PathUtils::qmlUrl("AvatarInputsBar.qml");
offscreenUi->show(qml, "AvatarInputsBar");
#endif
}
void Application::updateCamera(RenderArgs& renderArgs, float deltaTime) {