mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1155994 - TabQueue : Attempt to read from field 'java.lang.String android.content.Intent.mAction' on a null object reference (r=rnewman)
This commit is contained in:
parent
138b8bdbcd
commit
70f41eee52
@ -143,7 +143,7 @@ public class TabQueueService extends Service {
|
||||
|
||||
tabQueueHandler.postDelayed(stopServiceRunnable, TOAST_TIMEOUT);
|
||||
|
||||
return START_FLAG_REDELIVERY;
|
||||
return START_REDELIVER_INTENT;
|
||||
}
|
||||
|
||||
private void removeView() {
|
||||
|
Loading…
Reference in New Issue
Block a user