mirror of https://github.com/M66B/NetGuard.git
Set theme on import
This commit is contained in:
parent
f02aa3644c
commit
8d5dadff73
|
@ -561,6 +561,7 @@ public class ActivitySettings extends AppCompatActivity implements SharedPrefere
|
|||
if (ex == null) {
|
||||
Toast.makeText(ActivitySettings.this, R.string.msg_completed, Toast.LENGTH_LONG).show();
|
||||
recreate();
|
||||
SinkholeService.setTheme(ActivitySettings.this);
|
||||
} else
|
||||
Toast.makeText(ActivitySettings.this, ex.toString(), Toast.LENGTH_LONG).show();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue