mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Support light/dark themes
Summary: Same as prior diff, but Android. Reviewed By: JoshuaGross Differential Revision: D17005308 fbshipit-source-id: 1ac815a232dceaf918e14b045e04aed53a00ae47
This commit is contained in:
committed by
Facebook Github Bot
parent
7fd20a5f3c
commit
fca49a9459
@@ -716,7 +716,7 @@ public class ReactInstanceManager {
|
||||
|
||||
/** Call this from {@link Activity#onConfigurationChanged()}. */
|
||||
@ThreadConfined(UI)
|
||||
public void onConfigurationChanged(Configuration newConfig) {
|
||||
public void onConfigurationChanged(@Nullable Configuration newConfig) {
|
||||
UiThreadUtil.assertOnUiThread();
|
||||
|
||||
ReactContext currentContext = getCurrentReactContext();
|
||||
|
||||
Reference in New Issue
Block a user