ADD week 5
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.google.android.material.textfield;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
class NoEndIconDelegate extends EndIconDelegate {
|
||||
NoEndIconDelegate(EndCompoundLayout endCompoundLayout) {
|
||||
super(endCompoundLayout);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user