* commit 'b91c7a76d525cec54df86fc3558a1c88532ee7a4': 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: {
|
||||
InputConnection ic = mInputConnection.get();
|
||||
if (ic == null || !isActive()) {
|
||||
Log.w(TAG, "showStatusIcon on inactive InputConnection");
|
||||
if (ic == null) {
|
||||
Log.w(TAG, "reportFullscreenMode on inexistent InputConnection");
|
||||
return;
|
||||
}
|
||||
ic.reportFullscreenMode(msg.arg1 == 1);
|
||||
|
||||
Reference in New Issue
Block a user