force refresh when updating the app

This commit is contained in:
Matthew Hodgson 2018-03-09 01:45:37 +00:00
parent c3ebe1f591
commit aa54032500

View File

@ -179,7 +179,7 @@ export default class WebPlatform extends VectorBasePlatform {
}
installUpdate() {
window.location.reload();
window.location.reload(true);
}
getDefaultDeviceDisplayName(): string {