Revision f57d0ad9
Added by Leszek Koltunski about 3 years ago
src/main/java/org/distorted/main/RubikSurfaceView.java | ||
---|---|---|
19 | 19 |
|
20 | 20 |
package org.distorted.main; |
21 | 21 |
|
22 |
import android.annotation.SuppressLint; |
|
22 | 23 |
import android.app.ActivityManager; |
23 | 24 |
import android.content.Context; |
24 | 25 |
import android.content.pm.ConfigurationInfo; |
... | ... | |
134 | 135 |
|
135 | 136 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
136 | 137 |
|
138 |
@SuppressLint("ClickableViewAccessibility") |
|
137 | 139 |
@Override |
138 | 140 |
public boolean onTouchEvent(MotionEvent event) |
139 | 141 |
{ |
Also available in: Unified diff
Minor