Skip to content

Commit

Permalink
Move sent message by reflection-h to same thread
Browse files Browse the repository at this point in the history
  • Loading branch information
amirzaidi committed Jun 17, 2017
1 parent bab1ae8 commit 5474263
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/com/android/launcher3/reflection/h.java
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,6 @@ public void run() {
this.aO.ak(null, this);
}

if (SuperLauncherCallbacks.mLauncher != null){
SuperLauncherCallbacks.mLauncher.runOnUiThread(new Runnable() {
@Override
public void run() {
SuperLauncherCallbacks.cD.aF(0L);
}
});
}
SuperLauncherCallbacks.cD.aF(0L);
}
}

0 comments on commit 5474263

Please sign in to comment.