From 8bfd7c9f3683248d021f9727f5fa79eef976fdc6 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Tue, 5 Nov 2019 09:39:57 +0100 Subject: [PATCH] Android: Expand the comment for NVidiaShieldWorkaroundView This text has been taken from the message of the commit that added the class. (I don't have an Nvidia Shield to reproduce the bug with.) --- .../dolphinemu/dolphinemu/ui/NVidiaShieldWorkaroundView.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/ui/NVidiaShieldWorkaroundView.java b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/ui/NVidiaShieldWorkaroundView.java index dfe303f3b6..6e811043c8 100644 --- a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/ui/NVidiaShieldWorkaroundView.java +++ b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/ui/NVidiaShieldWorkaroundView.java @@ -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 {