mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-11-14 03:44:56 +01:00
Fixed gitignore and commited missing file
This commit is contained in:
parent
c5a06243a6
commit
8bbc3e531c
4
.gitignore
vendored
4
.gitignore
vendored
@ -8,8 +8,8 @@ captures/
|
||||
*~
|
||||
.weblate
|
||||
*.class
|
||||
**/debug/
|
||||
**/release/
|
||||
app/debug/
|
||||
app/release/
|
||||
|
||||
# vscode / eclipse files
|
||||
*.classpath
|
||||
|
@ -0,0 +1,15 @@
|
||||
package org.schabi.newpipe.settings;
|
||||
|
||||
import android.content.Intent;
|
||||
|
||||
import leakcanary.LeakCanary;
|
||||
|
||||
@SuppressWarnings("unused") // Class is used but loaded via reflection
|
||||
public class DebugSettingsBVLeakCanary
|
||||
implements DebugSettingsFragment.DebugSettingsBVLeakCanaryAPI {
|
||||
|
||||
@Override
|
||||
public Intent getNewLeakDisplayActivityIntent() {
|
||||
return LeakCanary.INSTANCE.newLeakDisplayActivityIntent();
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user