summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/historyitemactions
diff options
context:
space:
mode:
authorcalderwoodra <calderwoodra@google.com>2018-05-03 15:15:36 -0700
committerCopybara-Service <copybara-piper@google.com>2018-05-04 15:58:02 -0700
commit0f224557fa34a4b810fb1128cf35231668d6e583 (patch)
tree526f48264250ca8a03455ce7468da5355ae30e10 /java/com/android/dialer/historyitemactions
parentbc258a50efe33210ff698cefcfaeb5c4bb401183 (diff)
Aosp fix for v28-support-prelease bottom sheet.
The bottomsheet in v28-prelease support library is no longer available. So revert back to the deprecated bottom sheet. Test: manual PiperOrigin-RevId: 195319010 Change-Id: I580ef4d979d50864ea385b01245dfbeb68b8579d
Diffstat (limited to 'java/com/android/dialer/historyitemactions')
-rw-r--r--java/com/android/dialer/historyitemactions/HistoryItemActionBottomSheet.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/com/android/dialer/historyitemactions/HistoryItemActionBottomSheet.java b/java/com/android/dialer/historyitemactions/HistoryItemActionBottomSheet.java
index f90effc4c..e3e9e7a64 100644
--- a/java/com/android/dialer/historyitemactions/HistoryItemActionBottomSheet.java
+++ b/java/com/android/dialer/historyitemactions/HistoryItemActionBottomSheet.java
@@ -20,9 +20,9 @@ import android.content.Context;
import android.content.res.ColorStateList;
import android.os.Bundle;
import android.support.annotation.NonNull;
-import android.support.design.bottomsheet.BottomSheetBehavior;
-import android.support.design.bottomsheet.BottomSheetBehavior.BottomSheetCallback;
-import android.support.design.bottomsheet.BottomSheetDialog;
+import android.support.design.widget.BottomSheetBehavior;
+import android.support.design.widget.BottomSheetBehavior.BottomSheetCallback;
+import android.support.design.widget.BottomSheetDialog;
import android.support.v4.content.ContextCompat;
import android.text.TextUtils;
import android.view.LayoutInflater;