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

Commit c255bd93 authored by Alex Buynytskyy's avatar Alex Buynytskyy
Browse files

Minor typo corrected.

Bug: 253568736
Test: presubmit
Change-Id: I7d2a5e59c9cdacc8d1c9b5683ce864ddb336a509
parent 0f6ec306
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2465,7 +2465,7 @@ public final class Settings implements Watchable, Snappable {
                mReadMessages.append("Reading from backup stopped packages file\n");
                PackageManagerService.reportSettingsProblem(Log.INFO,
                        "Need to read from backup stopped packages file");
                if (mSettingsFilename.exists()) {
                if (mStoppedPackagesFilename.exists()) {
                    // If both the backup and normal file exist, we
                    // ignore the normal one since it might have been
                    // corrupted.