Disable launcher shortcuts pending further work

This commit is contained in:
Cameron Gutman 2016-10-21 12:52:37 -07:00
parent 574258804f
commit c1bcd09c9b

View File

@ -99,7 +99,7 @@ public class ShortcutHelper {
reapShortcutsForDynamicAdd(); reapShortcutsForDynamicAdd();
// Add the new shortcut // Add the new shortcut
sm.addDynamicShortcuts(Arrays.asList(sinfo)); //TODO: Testing and proper icon - sm.addDynamicShortcuts(Arrays.asList(sinfo));
} }
} }
} }