Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
os
Notes
Commits
a2cb7456
Commit
a2cb7456
authored
Mar 08, 2021
by
Stefan Niedermann
Browse files
Add final keyword to handler
parent
843ffbd7
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/it/niedermann/owncloud/notes/edit/SearchableBaseNoteFragment.java
View file @
a2cb7456
...
...
@@ -127,7 +127,7 @@ public abstract class SearchableBaseNoteFragment extends BaseNoteFragment {
searchView
.
setOnQueryTextListener
(
new
SearchView
.
OnQueryTextListener
()
{
private
DelayQueryRunnable
delayQueryTask
;
private
Handler
handler
=
new
Handler
();
private
final
Handler
handler
=
new
Handler
();
@Override
public
boolean
onQueryTextSubmit
(
@NonNull
String
query
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment