mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-07-03 21:21:12 +08:00
Compilation fix
This commit is contained in:
parent
4720555d26
commit
785baeecfa
@ -223,7 +223,7 @@ public class InstallCertificate extends StepFragment implements MitmListener {
|
||||
|
||||
@Override
|
||||
public void onMitmServiceConnect() {
|
||||
context ctx = getcontext();
|
||||
context ctx = getContext();
|
||||
if(ctx == null)
|
||||
return;
|
||||
|
||||
@ -235,7 +235,7 @@ public class InstallCertificate extends StepFragment implements MitmListener {
|
||||
|
||||
@Override
|
||||
public void onMitmServiceDisconnect() {
|
||||
context ctx = getcontext();
|
||||
context ctx = getContext();
|
||||
if(ctx == null)
|
||||
return;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user