Skip to content

Commit

Permalink
Fix crash
Browse files Browse the repository at this point in the history
  • Loading branch information
curoviyxru committed Sep 9, 2023
1 parent cf609dd commit f06a348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ int main(int argc, char *argv[])
//TODO: keypad UI navigation
#ifdef Q_OS_SYMBIAN
QApplication::setAttribute(Qt::AA_S60DisablePartialScreenInputMode, false);
QApplication::setNavigationMode(Qt::NavigationModeCursorAuto);
// QApplication::setNavigationMode(Qt::NavigationModeCursorAuto);
#endif

QApplication app(argc, argv);
Expand Down

0 comments on commit f06a348

Please sign in to comment.