diff options
Diffstat (limited to 'src/com/android/documentsui/DocsSelectionHelper.java')
| -rw-r--r-- | src/com/android/documentsui/DocsSelectionHelper.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/documentsui/DocsSelectionHelper.java b/src/com/android/documentsui/DocsSelectionHelper.java index b7a720c8b..956527a2e 100644 --- a/src/com/android/documentsui/DocsSelectionHelper.java +++ b/src/com/android/documentsui/DocsSelectionHelper.java @@ -37,10 +37,10 @@ public final class DocsSelectionHelper extends SelectionTracker<String> { private final DelegateFactory mFactory; - // initialize to a dummy object incase we get some input + // initialize to a stub object incase we get some input // event drive calls before we're properly initialized. // See: b/69306667. - private SelectionTracker<String> mDelegate = new DummySelectionTracker<>(); + private SelectionTracker<String> mDelegate = new StubSelectionTracker<>(); @VisibleForTesting DocsSelectionHelper(DelegateFactory factory) { |
