Bug 1157733 - Tab Queue: Load View action intent normally if not in Nightly (r=mcomella)

--HG--
extra : rebase_source : b4bcd351eefa57f9796973fdd1e47cdace713199
This commit is contained in:
Martyn Haigh 2015-05-01 15:06:26 +01:00
Родитель 630903df50
Коммит 308b758233
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -38,7 +38,7 @@ public class TabQueueDispatcher extends Locales.LocaleAwareActivity {
// For the moment lets exit early and start fennec as normal if we're not in nightly with
// the tab queue build flag.
if (!AppConstants.MOZ_ANDROID_TAB_QUEUE) {
if (!AppConstants.MOZ_ANDROID_TAB_QUEUE || !AppConstants.NIGHTLY_BUILD) {
loadNormally(intent.getUnsafe());
return;
}