patchrom
patchrom copied to clipboard
smali rejects fixing
Hi, I'm trying to resolve some rejects
for example :
*** 213,218 **** or-int/lit16 v0, v0, 0xd00
:cond_3
iget-object v10, p1, Landroid/content/res/Configuration;->locale:Ljava/util/Locale;
if-eqz v10, :cond_4
--- 213,220 ---- or-int/lit16 v0, v0, 0xd00
:cond_3
-
invoke-static {v0, p1}, Landroid/app/MiuiThemeHelper;->handleExtraConfigurationChanges(ILandroid/content/res/Configuration;)V -
iget-object v10, p1, Landroid/content/res/Configuration;->locale:Ljava/util/Locale;
if-eqz v10, :cond_4
I know what I should do but where I will find this place in original file?
Because the line number (--- 213,220 ----) not the same code
And how can I check if the reject solved ?
They will be located 200 lines after or before the expecting input.And maye they're in different order, and others doesn't appear.