Bug 1014161 - Allow GeckoApp to handle activity results. r=rnewman

This commit is contained in:
Wes Johnston 2014-05-27 14:18:07 -07:00
parent d94352ccd6
commit 9e8d2216d9

View File

@ -1826,10 +1826,9 @@ abstract public class BrowserApp extends GeckoApp
onLocaleChanged(BrowserLocaleManager.getLanguageTag(locale));
}
});
return;
break;
default:
return;
super.onActivityResult(requestCode, resultCode, data);
}
}