mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2026-09-27 19:31:49 +00:00
Create text subpackage in util
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package org.schabi.newpipe.util.text;
|
||||
|
||||
import android.text.style.ClickableSpan;
|
||||
import android.view.View;
|
||||
|
||||
import androidx.annotation.NonNull;
|
||||
|
||||
public abstract class LongPressClickableSpan extends ClickableSpan {
|
||||
|
||||
public abstract void onLongClick(@NonNull View view);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user