Skip to content

Commit 5680a18

Browse files
committed
move handleSettings to right spot
1 parent b7a5507 commit 5680a18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/processing/core/PApplet.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,8 @@ public View onCreateView(LayoutInflater inflater, ViewGroup container,
459459
activity = getActivity();
460460
View rootView;
461461

462+
handleSettings();
463+
462464
// Get renderer name and class
463465
String rendererName = sketchRenderer();
464466
Class<?> rendererClass = null;
@@ -488,8 +490,6 @@ public View onCreateView(LayoutInflater inflater, ViewGroup container,
488490
throw new RuntimeException(message);
489491
}
490492

491-
handleSettings();
492-
493493
if (fullScreen) {
494494
int visibility;
495495
if (SDK < 19) {

0 commit comments

Comments
 (0)