mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 616513 - Fennec crashes with Simeji IME. r=crowder a=blocking-fennec DONTBUILD
--HG-- extra : rebase_source : b2f45c8f73d2564ac4d9668cc5bd77fa94b9d84b
This commit is contained in:
parent
adb8367c39
commit
b81f279700
@ -200,7 +200,7 @@ public class GeckoInputConnection
|
||||
|
||||
switch (id) {
|
||||
case R.id.selectAll:
|
||||
setSelection(0, mUpdateExtract.text.length());
|
||||
setSelection(0, text.length());
|
||||
break;
|
||||
case R.id.cut:
|
||||
// Fill the clipboard
|
||||
|
Loading…
Reference in New Issue
Block a user