Fix the wrong conversion of byte to int.
Because 'byte' type is signed, we need a mask when converting it to 'int' type. Change-Id: I3a8fcb38c9d108c0280d66301e29144391807401
Loading
Please register or sign in to comment
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Because 'byte' type is signed, we need a mask when converting it to 'int' type. Change-Id: I3a8fcb38c9d108c0280d66301e29144391807401