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

Commit 4e42aebc authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[pm] add missing "break"" into main

parents 366b633f 81e6635d
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -948,6 +948,7 @@ public class PackageInstallerSession extends IPackageInstallerSession.Stub {
                    break;
                    break;
                case MSG_ON_NATIVE_LIBS_EXTRACTED:
                case MSG_ON_NATIVE_LIBS_EXTRACTED:
                    handleOnNativeLibsExtracted();
                    handleOnNativeLibsExtracted();
                    break;
            }
            }


            return true;
            return true;