Skip to content

Commit

Permalink
Update EZConst.h
Browse files Browse the repository at this point in the history
  • Loading branch information
BigGuang97 authored Nov 16, 2023
1 parent 774debc commit ec6f00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Easydict/App/EZConst.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ static NSString *const EZUserAgent = @"Mozilla/5.0 (Linux; Android 6.0; Nexus 5
// ???: If value is not 0.2, it seems will block animation, because default animationResizeTime is 0.2 ?
static NSTimeInterval const EZUpdateTableViewRowHeightAnimationDuration = 0.2;

static NSTimeInterval const EZNetWorkTimeoutInterval = 150.0;
static NSTimeInterval const EZNetWorkTimeoutInterval = 15.0;

// !!!: This floating window level shouldn't be higher than kCGModalPanelWindowLevel, otherwise it will cover system modal alert window.
static NSTimeInterval const EZFloatingWindowLevel = kCGModalPanelWindowLevel;
Expand Down

0 comments on commit ec6f00c

Please sign in to comment.