reduce bar notification time

This commit is contained in:
yugecin
2018-10-20 19:22:54 +02:00
parent f79b030ccb
commit 4c03a6ac89

View File

@@ -31,7 +31,7 @@ import static yugecin.opsudance.core.InstanceContainer.*;
public class BarNotificationState implements ResolutionChangedListener {
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 TOTAL_TIME = DISPLAY_TIME + OUT_TIME;