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:
committed by
Facebook GitHub Bot
parent
6c43d39c20
commit
13c589724b
@@ -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,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user