Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordesperateCoder <echotodevnull@gmail.com>2020-07-04 18:05:40 +0300
committerdesperateCoder <echotodevnull@gmail.com>2020-07-04 18:05:40 +0300
commitbb5dcb191e00d6bfcbe14c543feeed963e12ff25 (patch)
treea622cf269b7370de3c22821170572a09fab728ab /app/src/main
parentd6bae2df41851b027f17d180fd54bdac497e2209 (diff)
#561: added todo comment
Diffstat (limited to 'app/src/main')
-rw-r--r--app/src/main/java/it/niedermann/nextcloud/deck/persistence/sync/adapters/db/util/extrawurst/UserSearchLiveData.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/java/it/niedermann/nextcloud/deck/persistence/sync/adapters/db/util/extrawurst/UserSearchLiveData.java b/app/src/main/java/it/niedermann/nextcloud/deck/persistence/sync/adapters/db/util/extrawurst/UserSearchLiveData.java
index b44ff29fd..46e77c415 100644
--- a/app/src/main/java/it/niedermann/nextcloud/deck/persistence/sync/adapters/db/util/extrawurst/UserSearchLiveData.java
+++ b/app/src/main/java/it/niedermann/nextcloud/deck/persistence/sync/adapters/db/util/extrawurst/UserSearchLiveData.java
@@ -34,6 +34,7 @@ public class UserSearchLiveData extends MediatorLiveData<List<User>> implements
this.accountId = accountId;
this.searchTerm = searchTerm;
this.notYetAssignedInACL = notYetAssignedInACL;
+ // TODO: remove log when stable
DeckLog.info("###DeckUserSearch: UI triggered! term: " + searchTerm);
new Thread(() -> debouncer.call(notYetAssignedInACL)).start();
return this;