reduce bar notification time

This commit is contained in:
yugecin 2018-10-20 19:22:54 +02:00
parent f79b030ccb
commit 4c03a6ac89
No known key found for this signature in database
GPG Key ID: 2C5AC035A7068E44

View File

@ -31,7 +31,7 @@ import static yugecin.opsudance.core.InstanceContainer.*;
public class BarNotificationState implements ResolutionChangedListener { public class BarNotificationState implements ResolutionChangedListener {
private final int IN_TIME = 200; private final int IN_TIME = 200;
private final int DISPLAY_TIME = 5700 + IN_TIME; private final int DISPLAY_TIME = 2700 + IN_TIME;
private final int OUT_TIME = 200; private final int OUT_TIME = 200;
private final int TOTAL_TIME = DISPLAY_TIME + OUT_TIME; private final int TOTAL_TIME = DISPLAY_TIME + OUT_TIME;