mirror of
https://github.com/nextcloud/android.git
synced 2024-11-24 06:05:42 +03:00
fix webloc suffix
This commit is contained in:
parent
fad2998f99
commit
c0c6efc08a
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ public class ReceiveExternalFilesActivity extends FileActivity
|
|||
private static final String FTAG_ERROR_FRAGMENT = "ERROR_FRAGMENT";
|
||||
public static final String TEXT_FILE_SUFFIX = ".txt";
|
||||
public static final String URL_FILE_SUFFIX = ".url";
|
||||
public static final String WEBLOC_FILE_SUFFIX = ".weboc";
|
||||
public static final String WEBLOC_FILE_SUFFIX = ".webloc";
|
||||
|
||||
private AccountManager mAccountManager;
|
||||
private Stack<String> mParents;
|
||||
|
|
Loading…
Reference in a new issue