patchrom icon indicating copy to clipboard operation
patchrom copied to clipboard

smali rejects fixing

Open MHD-SY opened this issue 9 years ago • 1 comments

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 ?

MHD-SY avatar Nov 10 '16 15:11 MHD-SY

They will be located 200 lines after or before the expecting input.And maye they're in different order, and others doesn't appear.

DCMMC avatar Dec 06 '16 13:12 DCMMC