Clarify AOSP AOD compatibility
This commit is contained in:
@@ -8,7 +8,7 @@ public final class ViewIdNames {
|
||||
}
|
||||
|
||||
public static String idName(View view) {
|
||||
if (view == null || view.getId() == View.NO_ID) {
|
||||
if (view == null || view.getId() == View.NO_ID || (view.getId() >>> 24) == 0) {
|
||||
return "";
|
||||
}
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user