Timeline: Increase 'at bottom' threshold so we stick to bottom

This commit is contained in:
Scott Nonnenberg 2019-09-16 11:56:53 -07:00
parent adf36546ea
commit 0e25b405e1

View file

@ -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;