You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-12 22:57:38 +02:00
Getting latest RNCamera to work with Android
This commit is contained in:
@ -364,6 +364,7 @@ class ScreenHeaderComponent extends Component {
|
||||
|
||||
const addFolderChildren = (folders, pickerItems, indent) => {
|
||||
folders.sort((a, b) => {
|
||||
if (!a || !b) return -1; // No idea why "a" was undefined at one point
|
||||
return a.title.toLowerCase() < b.title.toLowerCase() ? -1 : +1;
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user