mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-06-16 21:10:57 +08:00
Fix missing filter initialization resulting in no packets being dumped
This commit is contained in:
parent
97ac60b3fa
commit
701467a94e
@ -106,6 +106,7 @@ public class MainActivity extends AppCompatActivity {
|
||||
};
|
||||
|
||||
mPrefs = getPreferences(Context.MODE_PRIVATE);
|
||||
mFilterUid = -1;
|
||||
mUpdatePrefs = false;
|
||||
|
||||
mAppList = findViewById(R.id.installed_app_list);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user