mirror of
https://github.com/xoureldeen/Vectras-VM-Android.git
synced 2026-05-20 01:20:56 +00:00
4.0.3
- The crash issue with the VNC screen has been resolved.
This commit is contained in:
parent
fc4dd0cec6
commit
3729c28315
3 changed files with 10 additions and 6 deletions
|
|
@ -42,6 +42,10 @@ class FullBufferBitmapData extends AbstractBitmapData {
|
|||
*/
|
||||
@Override
|
||||
public void draw(Canvas canvas) {
|
||||
if (bitmapPixels == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (vncCanvas.getScaleType() == ImageView.ScaleType.FIT_CENTER)
|
||||
{
|
||||
//canvas.drawBitmap(data.bitmapPixels, 0, data.framebufferwidth, xoffset, yoffset, framebufferwidth, framebufferheight, false, null);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue