Merge pull request #8453 from JosJuice/android-nvidiashieldworkaroundview

Android: Expand the comment for NVidiaShieldWorkaroundView
This commit is contained in:
Mat M 2019-11-05 03:44:49 -05:00 committed by GitHub
commit 71e3c7ff20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ import android.view.View;
/**
* Work around a bug with the nVidia Shield.
*
* Without this View, the emulation SurfaceView acts like it has the
* highest Z-value, blocking any other View, such as the menu fragments.
*/
public final class NVidiaShieldWorkaroundView extends View
{