Fixed the copy button being overlapped with the text

Summary:
BUG:

{F157319747}

Reviewed By: passy

Differential Revision: D15181532

fbshipit-source-id: cb0f91e7b90b479200cb57c496ae34c87ad35001
This commit is contained in:
Pritesh Nandgaonkar
2019-05-02 11:27:47 -07:00
committed by Facebook Github Bot
parent adba73ba3c
commit 29391db65d

View File

@@ -34,5 +34,5 @@ RefWatcher refWatcher = LeakCanary.refWatcher(this)
Then, add the `RecordLeakService` in your debug variant AndroidManifest.xml. Then, add the `RecordLeakService` in your debug variant AndroidManifest.xml.
```xml ```xml
<service android:name="com.facebook.flipper.plugins.leakcanary.RecordLeakService" /> <service android:name="com.facebook.flipper.plugins.leakcanary.RecordLeakService" />
``` ```