Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -301,10 +301,8 @@ public void onCreateOptionsMenu(Menu menu, @NonNull MenuInflater inflater) {

@Override
public boolean onOptionsItemSelected(MenuItem item) {

// Handle item selection
if (item.getItemId() == R.id.action_three_dot_icon && !this.isPhotoSearchQueryRunning()
&& galleryFragmentBottomSheetDialog != null) {
if (item.getItemId() == R.id.action_three_dot_icon && galleryFragmentBottomSheetDialog != null) {
showBottomSheet();
return true;
}
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-sl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
<string name="auth_unknown_host_title">Gostitelja ni mogoče najti</string>
<string name="auth_unsupported_multiaccount">%1$s ne omogoča podpore več računom</string>
<string name="auth_wrong_connection_title">Ni mogoče vzpostaviti povezave</string>
<string name="authenticator_activity_cancel_login">Prekliči prijavo</string>
<string name="auto_upload_file_behaviour_kept_in_folder">ohranjeno v izvorni mapi, ker je ta le za branje</string>
<string name="auto_upload_on_wifi">Pošiljaj le na nemerjeni povezavi Wi-Fi</string>
<string name="auto_upload_path">/SamodejnoPošiljanje</string>
Expand Down