mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-14 05:52:52 +00:00
Don't pass MIME type along when selecting icon pack file to import
Fixes #757
This commit is contained in:
parent
6d8a8c066c
commit
6f66706685
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ public class IconPacksManagerFragment extends Fragment implements IconPackAdapte
|
||||||
|
|
||||||
private void startImportIconPack() {
|
private void startImportIconPack() {
|
||||||
Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
|
Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
|
||||||
intent.setType("application/zip");
|
intent.setType("*/*");
|
||||||
_vaultManager.startActivityForResult(this, intent, CODE_IMPORT);
|
_vaultManager.startActivityForResult(this, intent, CODE_IMPORT);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue