Timeline: Increase 'at bottom' threshold so we stick to bottom
This commit is contained in:
parent
adf36546ea
commit
0e25b405e1
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ import { LocalizerType } from '../../types/Util';
|
|||
import { PropsActions as MessageActionsType } from './Message';
|
||||
import { PropsActions as SafetyNumberActionsType } from './SafetyNumberNotification';
|
||||
|
||||
const AT_BOTTOM_THRESHOLD = 1;
|
||||
const AT_BOTTOM_THRESHOLD = 15;
|
||||
const NEAR_BOTTOM_THRESHOLD = 15;
|
||||
const AT_TOP_THRESHOLD = 10;
|
||||
const LOAD_MORE_THRESHOLD = 30;
|
||||
|
|
Loading…
Reference in a new issue