add space after ,

Signed-off-by: parneet-guraya <gurayaparneet@gmail.com>
This commit is contained in:
parneet-guraya 2024-10-23 07:06:42 +05:30
parent 8d76cfa4d9
commit b68256d7f0
No known key found for this signature in database
GPG key ID: 63B807C4B2A9064B
11 changed files with 40 additions and 41 deletions

View file

@ -104,7 +104,6 @@ public class BookmarkLocationsFragment extends DaggerFragment {
inAppCameraLocationPermissionLauncher,
galleryPickLauncherForResult,
cameraPickLauncherForResult
);
binding.listView.setAdapter(adapter);
}