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:
committed by
Facebook Github Bot
parent
adba73ba3c
commit
29391db65d
@@ -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" />
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user