discord-jadx/app/src/main/java/com/discord/utilities/view/extensions/ViewExtensions$hintWithRipp...

18 lines
531 B
Java

package com.discord.utilities.view.extensions;
import android.view.View;
/* compiled from: ViewExtensions.kt */
public final class ViewExtensions$hintWithRipple$1 implements Runnable {
public final /* synthetic */ View $this_hintWithRipple;
public ViewExtensions$hintWithRipple$1(View view) {
this.$this_hintWithRipple = view;
}
@Override // java.lang.Runnable
public final void run() {
this.$this_hintWithRipple.setPressed(true);
this.$this_hintWithRipple.setPressed(false);
}
}