Skip to content

Commit 1823bf6

Browse files
committed
Let's embark on the journey
Signed-off-by: Umair Khan <[email protected]>
1 parent 0de2773 commit 1823bf6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

core/src/processing/core/PApplet.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
import android.view.Window;
5252
import android.view.WindowManager;
5353
import android.widget.*;
54+
import android.support.v4.app.Fragment;
5455

5556
import org.apache.http.client.HttpClient;
5657
import org.apache.http.client.methods.HttpGet;
@@ -63,7 +64,7 @@
6364
import processing.opengl.*;
6465

6566

66-
public class PApplet extends Activity implements PConstants, Runnable {
67+
public class PApplet extends Fragment implements PConstants, Runnable {
6768
/** The PGraphics renderer associated with this PApplet */
6869
public PGraphics g;
6970

mode/android-support-v4.jar

1.13 MB
Binary file not shown.

0 commit comments

Comments
 (0)