Project

General

Profile

« Previous | Next » 

Revision 36532c7f

Added by Leszek Koltunski over 1 year ago

This app reproduces an issue with glow being improperly displayed on my physical LG phone.

View differences:

src/main/java/org/distorted/examples/flatblur/FlatBlurSurfaceView.java
47 47
        final ConfigurationInfo configurationInfo = activityManager.getDeviceConfigurationInfo();
48 48
        setEGLContextClientVersion( (configurationInfo.reqGlEsVersion>>16) >= 3 ? 3:2 );
49 49
        setRenderer(mRenderer);
50
        Toast.makeText(context, R.string.example_rotate_toast , Toast.LENGTH_SHORT).show();
51 50
        }
52 51
      }
53 52

  

Also available in: Unified diff