commit | d5de03bcc20fcdb667fdc9d0eb56f0d6c57da0c8 | [log] [tgz] |
---|---|---|
author | Nancy Chen <nancychen@google.com> | Wed Jul 01 09:20:45 2015 -0700 |
committer | Nancy Chen <nancychen@google.com> | Wed Jul 01 10:23:22 2015 -0700 |
tree | 5bd91ddef2309e73359320516aa1bed37c2cfb08 | |
parent | 82d30284d32d2e563661ad0a1465c1b9bf501a9f [diff] |
Ensure the EXTRA_SHOW_TAB is checked for all new intents. onNewIntent is only called when the activity is already active so when an intent is sent to start the DialtactsActivity on a specific tab when the DialtactsActivity is not already active, the code to switch to the specific tab is not called. Move this code to onResume() instead. Bug: 21120186 Change-Id: I735eae22ca5de54f4c17688777b4309616f2c691