commit | 0e2147c5e2f7f1227ebf61a9c1fa60ce4a81f0d1 | [log] [tgz] |
---|---|---|
author | Jason Chiu <chiujason@google.com> | Tue Aug 30 10:46:19 2022 +0800 |
committer | Jason Chiu <chiujason@google.com> | Tue Aug 30 06:46:39 2022 +0000 |
tree | 12df3c3951e4841c9e6a18473c3ff428d02f746c | |
parent | baa3f3a3c642eb3b0b937a44b82a5f16e826da28 [diff] |
Fix the injection disappearance in the Account detail page displayTile() requires some parameters to determine whether to show the injection tiles and update the intent, but the parameters were not initialized. Move the parameter initialization before super.onCreate() since displayTile() will be called in super.onCreate(). Test: visual, robotest Fix: 242673595 Change-Id: Idf2d758a8b8c4230e644bcd0d286a278d258b736