mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-30 16:51:42 +01:00
fix typo
This commit is contained in:
parent
135bf4fbcc
commit
87a76b683e
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ public class UpdateHelper {
|
|||
private static boolean dataMoved = false;
|
||||
|
||||
private static final File oldMainDirectory = new File(Environment.getExternalStorageDirectory().getAbsolutePath() + "/Pix-Art Messenger/");
|
||||
private static final File newMainDirectory = new File(Environment.getExternalStorageDirectory() + "/blabber-im/");
|
||||
private static final File newMainDirectory = new File(Environment.getExternalStorageDirectory() + "/blabber.im/");
|
||||
private static final File oldPicturesDirectory = new File(Environment.getExternalStorageDirectory().getAbsolutePath() + "/Pix-Art Messenger/Media/Pix-Art Messenger Images/");
|
||||
private static final File oldFilesDirectory = new File(Environment.getExternalStorageDirectory().getAbsolutePath() + "/Pix-Art Messenger/Media/Pix-Art Messenger Files/");
|
||||
private static final File oldAudiosDirectory = new File(Environment.getExternalStorageDirectory().getAbsolutePath() + "/Pix-Art Messenger/Media/Pix-Art Messenger Audios/");
|
||||
|
|
Loading…
Add table
Reference in a new issue