mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-01 23:13:36 +00:00
Imports optimization and entries rearranged
This commit is contained in:
@@ -56,7 +56,7 @@ public class SearchViewModel extends AndroidViewModel {
|
||||
public void setQuery(String query) {
|
||||
this.query = query;
|
||||
|
||||
if(!query.isEmpty()) {
|
||||
if (!query.isEmpty()) {
|
||||
insertNewSearch(query);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user