Skip to content

Commit

Permalink
Fix Save to Noto shortcut #203
Browse files Browse the repository at this point in the history
  • Loading branch information
alialbaali committed Jul 20, 2023
1 parent 4b36c9b commit c2ce6f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/noto/app/AppActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ class AppActivity : BaseActivity() {
navController.navigate(R.id.noteFragment, args)
}
if (navController.currentDestination?.id != R.id.selectFolderDialogFragment) {
val args = bundleOf(Constants.FilteredFolderIds to longArrayOf())
val args = bundleOf(Constants.FilteredFolderIds to longArrayOf(), Constants.Title to stringResource(R.string.select_folder))
navController.navigate(R.id.selectFolderDialogFragment, args)
}
}
Expand Down

0 comments on commit c2ce6f1

Please sign in to comment.