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

Commit 0be12b5c authored by Dmitriy Filchenko (xWF)'s avatar Dmitriy Filchenko (xWF) Committed by Android (Google) Code Review
Browse files

Merge "Trusty Binder: do not swallow errors from `sendTrustyMsg`" into main

parents fdc7d1cb 6f7ce9c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -178,7 +178,7 @@ public:
            if (rc == NO_ERROR) {
            if (rc == NO_ERROR) {
                return currSize - cutSize;
                return currSize - cutSize;
            } else {
            } else {
                return 0;
                return rc;
            }
            }
        };
        };