Project

General

Profile

« Previous | Next » 

Revision c0f27889

Added by Leszek Koltunski almost 4 years ago

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!

View differences:

src/main/java/org/distorted/examples/catanddog/CatAndDogActivity.java
45 45
    @Override
46 46
    protected void onPause() 
47 47
      {
48
      DistortedLibrary.onPause();
49
      mView.onPause();
50 48
      super.onPause();
49
      mView.onPause();
50
      DistortedLibrary.onPause();
51 51
      }
52 52

  
53 53
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff