Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
Signed-off-by: alperozturk <[email protected]>
  • Loading branch information
alperozturk96 committed Nov 10, 2023
1 parent 6ff60c5 commit 9c5e45a
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 127 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ private void onNavigationItemClicked(final MenuItem menuItem) {
MainApp.showOnlyFilesOnDevice(false);
Intent intent = new Intent(getApplicationContext(), FileDisplayActivity.class);
intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
intent.setAction(FileDisplayActivity.LIST_GROUPFOLDERS);
intent.setAction(FileDisplayActivity.LIST_GROUP_FOLDERS);
intent.putExtra(FileDisplayActivity.DRAWER_MENU_ID, menuItem.getItemId());
startActivity(intent);
} else {
Expand Down
Loading

0 comments on commit 9c5e45a

Please sign in to comment.