commit | b740f59c7d572d54402e3a74fb2a23c0f1b1af48 | [log] [tgz] |
---|---|---|
author | Sunny Goyal <sunnygoyal@google.com> | Thu Dec 17 23:22:42 2015 -0800 |
committer | Sunny Goyal <sunnygoyal@google.com> | Fri Dec 18 11:00:14 2015 -0800 |
tree | 0c816a3a9749baf305948f1adea44895a0f204e3 | |
parent | d896ee43cd9195a2a2742324733b036ee72875bb [diff] [blame] |
Fixing some invalid checks and cleaning some redundant conditions Change-Id: I770ce2cc2eccbee105958634e81bbc9bc2e4cc48
diff --git a/src/com/android/launcher3/LauncherModel.java b/src/com/android/launcher3/LauncherModel.java index a0e287a..a34e001 100644 --- a/src/com/android/launcher3/LauncherModel.java +++ b/src/com/android/launcher3/LauncherModel.java
@@ -3553,7 +3553,7 @@ ComponentName componentName = intent.getComponent(); if (componentName == null) { - Log.d(TAG, "Missing component found in getShortcutInfo: " + componentName); + Log.d(TAG, "Missing component found in getShortcutInfo"); return null; }