Commit e7fbfd66 authored by Max Lv's avatar Max Lv

Update config name

parent b6d0af1e
......@@ -303,7 +303,7 @@ trait BaseService extends Service {
val default = "exclude = " + getString(R.string.black_list) + ";"
try {
val container = app.containerHolder.getContainer
val update = "exclude = " + container.getString("black_list") + ";"
val update = "exclude = " + container.getString("black_list_lite") + ";"
if (update == null || update.isEmpty) default else update
} catch {
case ex: Exception => default
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment