| Chunk |
|---|
| Conflicting content |
|---|
}
/**
<<<<<<< HEAD
* Some shortcuts were updated in the background.
*
* Implementation of the method from LauncherModel.Callbacks.
*/
public void bindShortcutsUpdated(final ArrayList |
| Solution content |
|---|
}
/**
* Some shortcuts were updated in the background.
*
* Implementation of the method from LauncherModel.Callbacks.
*/
public void bindShortcutsUpdated(final ArrayList |
| File |
|---|
| Launcher.java |
| Developer's decision |
|---|
| Version 1 |
| Kind of conflict |
|---|
| Comment |
| Method invocation |
| Method signature |
| Variable |
| Chunk |
|---|
| Conflicting content |
|---|
}
if (mWorkspace != null) {
<<<<<<< HEAD
mWorkspace.updateShortcuts(shortcuts);
=======
mWorkspace.updateShortcutsAndWidgets(apps);
>>>>>>> 8cce9dd83aecd90920db751ab3f8fb6969f087c5
}
}
|
| Solution content |
|---|
}
if (mWorkspace != null) {
mWorkspace.updateShortcuts(shortcuts);
}
}
|
| File |
|---|
| Launcher.java |
| Developer's decision |
|---|
| Version 1 |
| Kind of conflict |
|---|
| Method invocation |
| Chunk |
|---|
| Conflicting content |
|---|
ArrayList |
| Solution content |
|---|
ArrayList |
| File |
|---|
| LauncherModel.java |
| Developer's decision |
|---|
| Version 1 |
| Kind of conflict |
|---|
| Method interface |