1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2026-04-26 00:31:22 +00:00

Added preference search "framework"

This commit is contained in:
litetex
2021-12-24 21:33:40 +01:00
parent 4a061f20ed
commit 12a78a826d
9 changed files with 840 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package org.schabi.newpipe.settings.preferencesearch;
import androidx.annotation.NonNull;
public interface PreferenceSearchResultListener {
void onSearchResultClicked(@NonNull PreferenceSearchItem result);
}