summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/app/voicemail
diff options
context:
space:
mode:
authortwyen <twyen@google.com>2017-08-01 11:24:45 -0700
committerEric Erfanian <erfanian@google.com>2017-08-01 15:13:56 -0700
commit6adbdbe32d0aa6b0d71c2034dda427452c7b0b8b (patch)
tree803346bb0d681d4f455243c3e5965a5bec394577 /java/com/android/dialer/app/voicemail
parentd2035dc3bfabc3a885f9d0016a5d5846645dae94 (diff)
Handle null in voicemail config status
The VVM tab is shown when there are more then one "active" voicemail sources in the voicemail status table. A configuration status of 0 is active, and 1 is inactive. If the configuration state is null, getInt() will return 0 which maps to active, and incorrectly showing the VVM tab. In this CL, null is checked first. The helper class is also made static. Bug: 64122858 Test: VoicemailStatusHelperTest PiperOrigin-RevId: 163858350 Change-Id: I3fca52aaca92492f1969092e2d9f443677cb3b8d
Diffstat (limited to 'java/com/android/dialer/app/voicemail')
0 files changed, 0 insertions, 0 deletions