Messaging app ClassCastException (DecorContext -> Activity) when SMSoIMS is initiated

am: 7fe2fc9

* commit '7fe2fc9b2fa68bfcbabddaa96c04972bf5d297ba':
  Messaging app ClassCastException (DecorContext -> Activity) when SMSoIMS is initiated
This commit is contained in:
Tom Taylor
2016-03-21 21:03:49 +00:00
committed by android-build-merger

View File

@@ -79,8 +79,7 @@ public class PopupTransitionAnimation extends Animation {
mDestRect = new Rect();
mPopupRect = new Rect();
mActionBarRect = new Rect();
final Activity activity = (Activity) viewToAnimate.getRootView().getContext();
mActionBarView = activity.getWindow().getDecorView().findViewById(
mActionBarView = viewToAnimate.getRootView().findViewById(
android.support.v7.appcompat.R.id.action_bar);
mRectEvaluator = RectEvaluatorCompat.create();
setDuration(UiUtils.MEDIAPICKER_TRANSITION_DURATION);