Project

General

Profile

« Previous | Next » 

Revision 8beaa293

Added by Leszek Koltunski about 7 years ago

Progress with moving the Transform Feedback functionality from the APP to the library.

View differences:

src/main/java/org/distorted/examples/feedback/FeedbackActivity.java
46 46
    protected void onPause() 
47 47
      {
48 48
      mView.onPause();
49
      Distorted.onPause();
49 50
      super.onPause();
50 51
      }
51 52

  
......
63 64
    @Override
64 65
    protected void onDestroy() 
65 66
      {
67
      Distorted.onDestroy();
66 68
      super.onDestroy();
67 69
      }
68 70
    

Also available in: Unified diff