Fix view mode switcher state

This commit is contained in:
An Phan 2016-06-25 18:20:30 +08:00
parent 7f4bb0706d
commit 1cabe4f5b2
No known key found for this signature in database
GPG key ID: 05536BB4BCDC02A2

View file

@ -52,6 +52,8 @@
if (!this.mutatedMode) {
this.mutatedMode = isMobile.phone ? 'list' : 'thumbnails';
}
this.setMode(this.mutatedMode);
});
},
};