Advertise UI Debugger for iOS
Summary: ^ If the connected device was not an Android device, we were not showing the notification. This change removes that check to also advertise on iOS. Reviewed By: mweststrate Differential Revision: D42989975 fbshipit-source-id: eac8d588be789dcab281a746395a4fb7a88df790
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d5dc73ecce
commit
7cc8e3732c
@@ -330,10 +330,7 @@ export default class LayoutPlugin extends FlipperPlugin<
|
||||
};
|
||||
|
||||
onSuggestUIDebugger = () => {
|
||||
if (
|
||||
!getFlipperLib().GK('flipper_ui_debugger') ||
|
||||
this.device.os !== 'Android'
|
||||
) {
|
||||
if (!getFlipperLib().GK('flipper_ui_debugger')) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user