Revision 63c628a1
Added by Leszek Koltunski over 5 years ago
| src/main/java/org/distorted/examples/predeform/PredeformActivity.java | ||
|---|---|---|
| 145 | 145 |
rem.setOnClickListener(this); |
| 146 | 146 |
Button cre = findViewById(R.id.predeformCreate); |
| 147 | 147 |
cre.setOnClickListener(this); |
| 148 |
|
|
| 149 |
PredeformEffectList.removeAll(); |
|
| 148 | 150 |
} |
| 149 | 151 |
|
| 150 | 152 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
Also available in: Unified diff
Bugfix for Predeform app.