mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1014161 - Allow GeckoApp to handle activity results. r=rnewman
This commit is contained in:
parent
d94352ccd6
commit
9e8d2216d9
@ -1826,10 +1826,9 @@ abstract public class BrowserApp extends GeckoApp
|
||||
onLocaleChanged(BrowserLocaleManager.getLanguageTag(locale));
|
||||
}
|
||||
});
|
||||
|
||||
return;
|
||||
break;
|
||||
default:
|
||||
return;
|
||||
super.onActivityResult(requestCode, resultCode, data);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user