Revision ee238898
Added by Leszek Koltunski about 3 years ago
src/main/java/org/distorted/library/main/DistortedLibrary.java | ||
---|---|---|
1084 | 1084 |
*/ |
1085 | 1085 |
public static void onResume() |
1086 | 1086 |
{ |
1087 |
onCreate(0);
|
|
1087 |
onResume(0);
|
|
1088 | 1088 |
} |
1089 | 1089 |
|
1090 | 1090 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
Also available in: Unified diff
Bugfix.