Fixed typos
This commit is contained in:
parent
f78983b16b
commit
68e7fcf8ee
7 changed files with 10 additions and 10 deletions
|
|
@ -266,7 +266,7 @@ public class MissionsFragment extends Fragment {
|
|||
StoredFileHelper.getNewPicker(mContext, mission.storage.getName(),
|
||||
mission.storage.getType(), initialPath));
|
||||
} catch (final ActivityNotFoundException aex) {
|
||||
Log.w(TAG, "Unable to launch file-picker", aex);
|
||||
Log.w(TAG, "Unable to launch file picker", aex);
|
||||
NoFileManagerHelper.showActivityNotFoundAlert(getContext());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue