The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

aux/android:add blank line between functions

authored by

zhibinw and committed by
Ryan Pavlik
a5913c7b 14532ace

+2
+2
src/xrt/auxiliary/android/src/main/java/org/freedesktop/monado/auxiliary/MonadoView.java
··· 73 73 this(activity); 74 74 nativeCounterpart = new NativeCounterpart(nativePointer); 75 75 } 76 + 76 77 private void createSurface() { 77 78 createSurface(false); 78 79 } 80 + 79 81 /** 80 82 * @param focusable Indicates MonadoView should be focusable or not 81 83 */