Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ public ViewManagerRegistry getViewManagerRegistry_DO_NOT_USE() {
* will be removed in a future release.
*/
@Deprecated
public @Nullable UIImplementation getUIImplementation() {
return null;
public UIImplementation getUIImplementation() {
return new UIImplementation(null, null, null, 0);
}

private static Map<String, Object> createConstants(ViewManagerResolver viewManagerResolver) {
Expand Down
Loading