summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/calllog/ui
diff options
context:
space:
mode:
authoruabdullah <uabdullah@google.com>2017-12-15 10:45:50 -0800
committerCopybara-Service <copybara-piper@google.com>2017-12-15 12:13:12 -0800
commit4dc34a89ea820d1ca0115ada6fdf776150c1f07f (patch)
tree05eb175de624c8d998bfb57134ec30d77a9c1b02 /java/com/android/dialer/calllog/ui
parent0f47b8b7b33a39b1bc49ac86b82e3949296ef9f0 (diff)
Implement basic bottom sheet in NUI Voicemail tab.
Implement the basic bottom sheet that displays name, location add to contacts, send a message and copy number option. Bug: 64882313,70682949 Test: Unit test, additional unit tests in the next CL that will implement calling from bottom sheet. PiperOrigin-RevId: 179212401 Change-Id: I23281587a0d42cea595e4dc1608f997036e2dbd0
Diffstat (limited to 'java/com/android/dialer/calllog/ui')
-rw-r--r--java/com/android/dialer/calllog/ui/menu/Modules.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/com/android/dialer/calllog/ui/menu/Modules.java b/java/com/android/dialer/calllog/ui/menu/Modules.java
index 97b0483b0..d50d8d319 100644
--- a/java/com/android/dialer/calllog/ui/menu/Modules.java
+++ b/java/com/android/dialer/calllog/ui/menu/Modules.java
@@ -54,8 +54,10 @@ final class Modules {
modules.add(new DividerModule());
}
+
// TODO(zachh): Module for blocking/unblocking spam.
// TODO(zachh): Module for CallComposer.
+
SharedModules.maybeAddModuleForCopyingNumber(context, modules, originalNumber);
// TODO(zachh): Revisit if DialerContact is the best thing to pass to CallDetails; could