Last inverted function void handleAge()
This commit is contained in:
parent
0326f854db
commit
a58a6540f2
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ class StatuslightHandler {
|
||||||
}
|
}
|
||||||
|
|
||||||
void handleAge(String nsSettingPlugin, String eventName, TextView view, String text,
|
void handleAge(String nsSettingPlugin, String eventName, TextView view, String text,
|
||||||
int defaultUrgentThreshold, int defaultWarnThreshold) {
|
int defaultWarnThreshold, int defaultUrgentThreshold) {
|
||||||
NSSettingsStatus nsSettings = new NSSettingsStatus().getInstance();
|
NSSettingsStatus nsSettings = new NSSettingsStatus().getInstance();
|
||||||
|
|
||||||
if (view != null) {
|
if (view != null) {
|
||||||
|
|
Loading…
Reference in a new issue