Bug 1159718 - Remove notification when 'quick open' is activated in Tab Queue (r=mcomella)
This commit is contained in:
@@ -194,6 +194,8 @@ public class TabQueueService extends Service {
|
||||
forwardIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
|
||||
startActivity(forwardIntent);
|
||||
|
||||
TabQueueHelper.removeNotification(getApplicationContext());
|
||||
|
||||
GeckoSharedPrefs.forApp(getApplicationContext()).edit().remove(GeckoPreferences.PREFS_TAB_QUEUE_LAST_SITE)
|
||||
.remove(GeckoPreferences.PREFS_TAB_QUEUE_LAST_TIME)
|
||||
.apply();
|
||||
|
||||
Reference in New Issue
Block a user