mirror of
https://github.com/M66B/NetGuard.git
synced 2025-02-07 23:32:56 +00:00
Another theme fix
This commit is contained in:
parent
76e87ec626
commit
52174e5e94
1 changed files with 1 additions and 1 deletions
|
@ -1504,7 +1504,7 @@ public class SinkholeService extends VpnService implements SharedPreferences.OnS
|
|||
PendingIntent pi = PendingIntent.getActivity(SinkholeService.this, uid + 10000, main, PendingIntent.FLAG_UPDATE_CURRENT);
|
||||
|
||||
TypedValue tv = new TypedValue();
|
||||
getTheme().resolveAttribute(R.attr.colorPrimary, tv, true);
|
||||
getTheme().resolveAttribute(R.attr.colorAccent, tv, true);
|
||||
int colorAccent = tv.data;
|
||||
getTheme().resolveAttribute(R.attr.colorOn, tv, true);
|
||||
int colorOn = tv.data;
|
||||
|
|
Loading…
Reference in a new issue