Skip to content

Wrong Notification Timeout #13

@rmrfchik

Description

@rmrfchik

Notification.java:220
try {
int timeout = Integer.parseInt(timeoutString) * NUM_MS_IN_SECOND;
return timeout;
} catch (NumberFormatException nfe) {
return DEFAULT_NOTIFICATION_TIMEOUT;
}

according to "NUM_MS_IN_SECOND" timeout measures in milliseconds, according to value of DEFAULT_NOTIFICATION_TIMEOUT time is in seconds.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions