android: add adaptive icons for 26. Fix references to icons.

This commit is contained in:
Alibek Omarov
2019-12-01 01:27:21 +03:00
parent e72b89a88b
commit c22c227108
21 changed files with 19 additions and 9 deletions

View File

@@ -1072,7 +1072,7 @@ class EngineSurface extends SurfaceView implements SurfaceHolder.Callback, View.
// Android may force only-landscape app to portait during lock
// Just don't notify engine in that case
if( width > height || mEngThread == null )
if( width > height )
XashActivity.onNativeResize( width, height );
XashActivity.nativeSetSurface( holder.getSurface() );