commit | b8c4d4cd8614d1050d4e8cf8008cb7ec96f6d2af | [log] [tgz] |
---|---|---|
author | Michael W <baddaemon87@gmail.com> | Sun Mar 14 14:15:28 2021 +0100 |
committer | Michael W <baddaemon87@gmail.com> | Sun Mar 14 14:56:52 2021 +0100 |
tree | ae374c0965d153e0557d0d02796b68973d15adcb | |
parent | ff3f9e7f9f61d3f1b0e0b4c3af60fa2095833d0d [diff] |
Dialer: Move assertion to top of method * Instead of using the number unchecked in various places and fail later when the value is null, move the assertion to the top of the method so we don't have to do all the work in between when we fail it anyway * Also change the occurances of getPhoneNumber() so we don't have to call into that various times instead of once Change-Id: Ibf7ab971dc1ee65e3d8bcc7668e9f9c8c3a30651