Change setProjectRoot argument to NuclideUri

Reviewed By: matthewwithanm

Differential Revision: D6624825

fbshipit-source-id: 06df9af5c7be321b19f13efa8125fb10d8e00422
This commit is contained in:
Stepan Hruda 2018-01-10 12:07:33 -08:00 коммит произвёл Facebook Github Bot
Родитель c2b0f34533
Коммит 2c74f93a62
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -273,7 +273,7 @@ RCT_NOT_IMPLEMENTED(- (instancetype)init)
* Note: Explicitly returning `YES`, instead of relying on the default fixes
* (at least) one bug where if you have a UIControl inside a UIScrollView and
* tap on the UIControl and then start dragging (to scroll), it won't scroll.
* Chat with andras for more details.
* Chat with @andras for more details.
*
* In order to have this called, you must have delaysContentTouches set to NO
* (which is the not the `UIKit` default).