Skip to content

Commit

Permalink
Fix three finger screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
nitesh-prasad committed May 6, 2017
1 parent 81f921d commit 21601f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions services.jar.out/smali/com/android/server/SystemServer.smali
Original file line number Diff line number Diff line change
Expand Up @@ -1338,11 +1338,12 @@
invoke-static {v3, v4}, Landroid/util/Slog;->i(Ljava/lang/String;Ljava/lang/String;)I

.line 521
new-instance v72, Lcom/android/server/input/InputManagerService;
new-instance v72, Lcom/android/server/input/MiuiInputManagerService;

const/4 v3, 0x0
move-object/from16 v0, v72

invoke-direct {v0, v10}, Lcom/android/server/input/InputManagerService;-><init>(Landroid/content/Context;)V
invoke-direct {v0, v10, v3}, Lcom/android/server/input/MiuiInputManagerService;-><init>(Landroid/content/Context;Landroid/os/Handler;)V
:try_end_7
.catch Ljava/lang/RuntimeException; {:try_start_7 .. :try_end_7} :catch_46

Expand Down

0 comments on commit 21601f8

Please sign in to comment.