From 29391db65d31a6d83642d2f08adca6efd9b6447c Mon Sep 17 00:00:00 2001 From: Pritesh Nandgaonkar Date: Thu, 2 May 2019 11:27:47 -0700 Subject: [PATCH] Fixed the copy button being overlapped with the text Summary: BUG: {F157319747} Reviewed By: passy Differential Revision: D15181532 fbshipit-source-id: cb0f91e7b90b479200cb57c496ae34c87ad35001 --- docs/setup/leak-canary-plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup/leak-canary-plugin.md b/docs/setup/leak-canary-plugin.md index 73f98495d..62462288d 100644 --- a/docs/setup/leak-canary-plugin.md +++ b/docs/setup/leak-canary-plugin.md @@ -34,5 +34,5 @@ RefWatcher refWatcher = LeakCanary.refWatcher(this) Then, add the `RecordLeakService` in your debug variant AndroidManifest.xml. ```xml - + ```