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:
Martyn Haigh 2015-04-19 10:21:55 -07:00
parent a81f54f037
commit 91faae3bd2

View File

@ -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() {