1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2025-02-24 23:23:08 +00:00

Fixed port forwarding application selector

This commit is contained in:
M66B 2016-02-17 09:01:42 +01:00
parent 7cc7e5de1b
commit 5eea96737d

View file

@ -319,9 +319,7 @@ public class Rule {
@Override
public String toString() {
return this.name +
" blocked=" + wifi_blocked + "/" + other_blocked +
" screen=" + screen_wifi + "/" + screen_other +
" roaming=" + roaming;
// This is used in the port forwarding dialog application selector
return this.name;
}
}