Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2ffb2341 authored by David Luhmer's avatar David Luhmer
Browse files

improve error message

parent d36d3302
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ public final class VersionCheckHelper {
                return false;
            }
        } catch (PackageManager.NameNotFoundException e) {
            Log.e(TAG, "PackageManager.NameNotFoundException", e);
            Log.e(TAG, "PackageManager.NameNotFoundException (app with package-name not found): " + e.getMessage());
            UiExceptionManager.showDialogForException(activity, new NextcloudFilesAppNotInstalledException());
            return false;
        }