| Chunk |
|---|
| Conflicting content |
|---|
boolean hasSoftInput = imId != null && imId.length() > 0;
if (mHasSoftInput != hasSoftInput) {
mHasSoftInput = hasSoftInput;
<<<<<<< HEAD
updateRotation = true;
=======
updateRotation(0);
>>>>>>> 2119469e8dfce45a809212fc25606261c6eeddca
}
}
if (updateRotation) { |
| Solution content |
|---|
mHasSoftInput = hasSoftInput;
updateRotation = true;
}
}
if (updateRotation) {
boolean hasSoftInput = imId != null && imId.length() > 0;
if (mHasSoftInput != hasSoftInput) { |
| File |
|---|
| PhoneWindowManager.java |
| Developer's decision |
|---|
| Version 1 |
| Kind of conflict |
|---|
| Method invocation |
| Variable |