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