0e2147c5e2f7f1227ebf61a9c1fa60ce4a81f0d1
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
Description
No description provided
Languages
Java
89.8%
Kotlin
10.2%