diff options
Diffstat (limited to 'app/src')
-rw-r--r-- | app/src/main/play/en-US/whatsnew | 3 | ||||
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/app/src/main/play/en-US/whatsnew b/app/src/main/play/en-US/whatsnew index b60f93c3..7ca9e6af 100644 --- a/app/src/main/play/en-US/whatsnew +++ b/app/src/main/play/en-US/whatsnew @@ -1,4 +1,5 @@ v3.1.2 * Fix loading full size images -* Fix menu tab
\ No newline at end of file +* Fix menu tab +* Always load messenger internally
\ No newline at end of file diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index 146346b5..b3227a6e 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -9,7 +9,7 @@ <version title="v3.1.2" /> <item text="Fix loading full size images" /> <item text="Fix menu tab" /> - <item text="" /> + <item text="Always load messenger internally" /> <version title="v3.1.1" /> <item text="Many internal fixes to address 3.1.0 issues" /> |