Fix preprocessor directive in UserAgentUpdates.jsm

This commit is contained in:
New Tobin Paradigm 2020-02-02 06:52:04 -05:00 • committed by Roy Tam
commit 57809c759f

View file

@ -143,7 +143,7 @@ this.UserAgentUpdates = {
// try to load next one if the previous load failed
return prevLoad ? prevLoad.then(null, tryNext) : tryNext();
}, null).then(null, (ex) => {
#ifndef MOZ_WIDGET_ANDROID
#ifdef MOZ_WIDGET_ANDROID
// Make one last attempt to read from the Fennec APK root.
return readChannel("resource://android/" + FILE_UPDATES);
#else