Ben Lin
d9ba201f59
Trapping backspace at EditText level to prevent popping Docs.
...
When the EditText is empty, pressing backspace on soft/hardware keyboard
will call on the EditText's OnKeyListener. Since we don't handle
backspace, it will then bubble up to Activity-level, which will then pop
the document stack due to the feature of using backspace as navigation.
This will trap the call correctly if the EditText is empty.
Bug: 30066261
Change-Id: I231507b9469bfa52478872491f1d2713a1ac58ba
2016-07-12 23:42:56 +00:00
..
2016-07-06 10:57:06 -07:00
2016-07-06 10:57:06 -07:00
2016-06-16 10:41:50 -07:00
2016-06-20 11:57:19 -07:00
2016-03-14 11:45:50 -06:00
2016-03-30 11:00:03 -07:00
2016-03-02 13:01:11 +09:00
2016-03-02 13:01:11 +09:00
2016-04-06 14:03:16 -07:00
2016-05-03 15:53:45 -07:00
2016-04-08 17:34:27 -07:00
2016-04-04 16:46:01 -06:00
2016-02-03 17:59:06 -08:00
2016-04-06 14:03:16 -07:00
2016-03-02 13:01:11 +09:00
2016-02-09 18:06:11 +00:00
2016-05-31 20:32:55 +00:00
2016-07-06 10:57:06 -07:00
2016-05-10 16:25:58 -07:00
2016-02-03 09:09:40 -08:00
2016-02-24 13:29:45 -08:00
2016-06-20 11:57:19 -07:00
2016-05-26 16:19:21 -07:00
2016-05-03 15:57:27 -07:00
2016-04-13 01:55:14 +00:00
2016-06-10 12:10:16 -07:00
2016-04-15 11:02:36 -07:00
2016-02-04 18:30:29 -08:00
2016-02-29 14:47:40 -08:00
2016-02-29 14:47:40 -08:00
2016-06-29 14:00:54 -07:00
2016-04-13 16:33:20 -07:00
2016-02-18 22:21:03 +00:00
2016-03-22 11:38:59 -07:00
2016-04-27 01:18:44 +00:00
2016-04-21 14:09:28 -07:00
2016-02-11 14:16:04 +00:00
2016-02-17 18:52:03 -08:00
2016-07-12 23:42:56 +00:00
2016-04-08 14:16:40 -07:00
2016-05-10 16:25:58 -07:00
2016-02-29 14:47:40 -08:00
2016-04-07 11:30:48 +09:00