Fix incorrect call to DFT

pull/21833/head
Luke Barnard 2018-06-15 16:50:52 +01:00
parent f22f2d7bd6
commit 7489d7d531
1 changed files with 1 additions and 1 deletions

View File

@ -1313,7 +1313,7 @@ export default React.createClass({
// TODO: Pass reason for failure as third argument to trackEvent
Analytics.trackEvent('E2E', 'Decryption failure');
});
dft.loadEventTrackedPreviously();
dft.loadTrackedEventHashMap();
const stopDft = dft.start();