You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
ViewGroup: handle scroll events
This commit is contained in:
@@ -202,7 +202,8 @@ public class Matrix {
|
||||
* This maybe faster than testing if (getType() == 0)
|
||||
*/
|
||||
public boolean isIdentity() {
|
||||
return native_isIdentity(native_instance);
|
||||
return true;
|
||||
// return native_isIdentity(native_instance);
|
||||
}
|
||||
/**
|
||||
* Returns true if will map a rectangle to another rectangle. This can be
|
||||
|
||||
Reference in New Issue
Block a user