diff options
-rw-r--r-- | desktop/source/app/app.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index fde39b850b81..bf2243694675 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -2080,11 +2080,12 @@ void Desktop::OpenClients() // need some time, where the user won't see any results and wait for finishing the office startup... bool bAllowRecoveryAndSessionManagement = ( !rArgs.IsNoRestore() ) && ( !rArgs.IsHeadless() ); +#if !defined ANDROID // Enter safe mode if requested if (Application::IsSafeModeEnabled()) { handleSafeMode(); } - +#endif #if HAVE_FEATURE_BREAKPAD if (crashReportInfoExists()) |