summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/app/calllog/CallLogListItemViewHolder.java
diff options
context:
space:
mode:
authorcalderwoodra <calderwoodra@google.com>2017-07-11 16:33:32 -0700
committerEric Erfanian <erfanian@google.com>2017-07-12 09:44:38 -0700
commitf715de6b08e428ba45d1076e4133fe9b7f6b9a7d (patch)
tree5e0e9d0c352dc811b412e693e16e245d3f37ddd1 /java/com/android/dialer/app/calllog/CallLogListItemViewHolder.java
parent9ea21240eb498d4f59a8d72857365059dd41bd1b (diff)
Fixed NPE in CameraComposerFragment.
If a user took a picture then quickly closed call composer, when the image was ready we would try to update our view state. Since our fragment is no longer attached, this cuases a crash when we check that getContext() is not null. fragment.getContext is never null in robolectric. Bug: 62687110 Test: manual, cannot test b/c we cannot take photos in Espresso and PiperOrigin-RevId: 161600278 Change-Id: If9bd98578d221fca4bc99ff17a39f917f3a8bcca
Diffstat (limited to 'java/com/android/dialer/app/calllog/CallLogListItemViewHolder.java')
0 files changed, 0 insertions, 0 deletions