mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-17 11:35:08 -04:00
Update MainActivity.java
This commit is contained in:
parent
7901ee45a1
commit
03186fa2b0
@ -432,7 +432,7 @@ public class MainActivity extends Activity
|
|||||||
try {
|
try {
|
||||||
CCMotionListener listener = new CCMotionListener(this);
|
CCMotionListener listener = new CCMotionListener(this);
|
||||||
view.setOnGenericMotionListener(listener);
|
view.setOnGenericMotionListener(listener);
|
||||||
} catch (Exception ex) {
|
} catch {
|
||||||
// Unsupported on android 12
|
// Unsupported on android 12
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user