(int itemId, LifecycleOwner owner, View anchor, EditText etBody, Object... args)
| 370 | } |
| 371 | |
| 372 | static boolean apply(int itemId, LifecycleOwner owner, View anchor, EditText etBody, Object... args) { |
| 373 | return apply(-1, itemId, owner, anchor, etBody, args); |
| 374 | } |
| 375 | |
| 376 | static boolean apply(int groupId, int itemId, LifecycleOwner owner, View anchor, EditText etBody, Object... args) { |
| 377 | Log.i("Style action=" + groupId + ":" + itemId); |
no test coverage detected