mirror of
https://github.com/nextcloud/android.git
synced 2024-11-28 02:06:56 +03:00
Add final REFRESH_SEARCH_EVENT_RECEIVER
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
fb98737fb2
commit
c402b3283d
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ import androidx.recyclerview.widget.RecyclerView;
|
|||
public class GalleryFragment extends OCFileListFragment implements GalleryFragmentBottomSheetActions {
|
||||
private static final int MAX_ITEMS_PER_ROW = 10;
|
||||
private static final String FRAGMENT_TAG_BOTTOM_SHEET = "data";
|
||||
public static String REFRESH_SEARCH_EVENT_RECEIVER = "refreshSearchEventReceiver";
|
||||
public static final String REFRESH_SEARCH_EVENT_RECEIVER = "refreshSearchEventReceiver";
|
||||
|
||||
private boolean photoSearchQueryRunning = false;
|
||||
private AsyncTask<Void, Void, GallerySearchTask.Result> photoSearchTask;
|
||||
|
|
Loading…
Reference in a new issue