Improvement

This commit is contained in:
M66B 2020-07-19 20:14:05 +02:00
parent 10fdd9abe1
commit 69d62a18e0
1 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,8 @@ public class DisconnectBlacklist {
@Override
public void run() {
try {
init(file);
if (file.exists())
init(file);
} catch (Throwable ex) {
Log.e(ex);
}