Project

General

Profile

Download (3.06 KB) Statistics
| Branch: | Revision:

examples / src / main / java / org / distorted / examples / surfaceview / SurfaceViewActivity.java @ c0f27889

# Date Author Comment
c0f27889 07/22/2020 09:53 AM Leszek Koltunski

We need to pause an Activity in the following way:

1) Activity.onPause()
2) View.onPause()
3) Library.onPause()

otherwise sometimes there are artifacts when pausing!

386fd702 02/28/2020 11:58 PM Leszek Koltunski

Merge branch 'empty-matrix-effects-in-the-center' into modern-empty-matrix-effects-in-the-center

0de83d97 03/20/2019 01:09 PM Leszek Koltunski

Fix several more apps for the 'center-of-matrix-effects-in-screen-center' change.