Automated import from //branches/master/...@142577,142577
This commit is contained in:
parent
e9f6ef5072
commit
5883119918
|
@ -996,7 +996,7 @@ public final class Launcher extends Activity implements View.OnClickListener, On
|
||||||
|
|
||||||
void addLiveFolder(Intent intent) {
|
void addLiveFolder(Intent intent) {
|
||||||
// Handle case where user selected "Folder"
|
// Handle case where user selected "Folder"
|
||||||
String folderName = getResources().getString(R.string.folder_name);
|
String folderName = getResources().getString(R.string.group_folder);
|
||||||
String shortcutName = intent.getStringExtra(Intent.EXTRA_SHORTCUT_NAME);
|
String shortcutName = intent.getStringExtra(Intent.EXTRA_SHORTCUT_NAME);
|
||||||
|
|
||||||
if (folderName != null && folderName.equals(shortcutName)) {
|
if (folderName != null && folderName.equals(shortcutName)) {
|
||||||
|
|
Loading…
Reference in New Issue