am 50057943: Merge "Cannot select text after rotation in extract mode" into mnc-dev
* commit '50057943fbf36c84c220d47115e7cdd13fa01a4c': Cannot select text after rotation in extract mode
This commit is contained in:
@@ -409,8 +409,8 @@ public class IInputConnectionWrapper extends IInputContext.Stub {
|
|||||||
}
|
}
|
||||||
case DO_REPORT_FULLSCREEN_MODE: {
|
case DO_REPORT_FULLSCREEN_MODE: {
|
||||||
InputConnection ic = mInputConnection.get();
|
InputConnection ic = mInputConnection.get();
|
||||||
if (ic == null || !isActive()) {
|
if (ic == null) {
|
||||||
Log.w(TAG, "showStatusIcon on inactive InputConnection");
|
Log.w(TAG, "reportFullscreenMode on inexistent InputConnection");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
ic.reportFullscreenMode(msg.arg1 == 1);
|
ic.reportFullscreenMode(msg.arg1 == 1);
|
||||||
|
|||||||
Reference in New Issue
Block a user