Dont show layout tab for android

Summary: Feedback from michel, It is always empty for android  so dont show it

Reviewed By: elboman

Differential Revision: D46152985

fbshipit-source-id: 6c4f1d499ddb8916fdae6015cd57e158a0c1f182
This commit is contained in:
Luke De Feo
2023-06-14 03:27:23 -07:00
committed by Facebook GitHub Bot
parent 6c43d39c20
commit 13c589724b
3 changed files with 40 additions and 23 deletions

View File

@@ -64,7 +64,7 @@ export function plugin(client: PluginClient<Events>) {
const streamInterceptor = getStreamInterceptor();
let lastFrameTime = 0;
const device = client.device.os;
const os = client.device.os;
client.onMessage('init', (event) => {
rootId.set(event.rootId);
@@ -354,7 +354,7 @@ export function plugin(client: PluginClient<Events>) {
perfEvents,
setPlayPause,
queryClient,
device,
os,
};
}