File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,8 +109,8 @@ def compute_all_filepaths
109
109
tmp_account_string = "#{ @note . account . account_folder } FallbackPDFs/" if @note # Update to somewhere if we know where
110
110
zgeneration = get_zgeneration_for_fallback_pdf
111
111
112
- # add_possible_location("#{tmp_account_string}FallbackPDF .pdf.encrypted") if @is_password_protected # This didn't exist before iOS 17
113
- # add_possible_location("#{tmp_account_string}FallbackPDF .pdf") if !@is_password_protected
112
+ add_possible_location ( "#{ tmp_account_string } #{ @uuid } .pdf.encrypted" ) if @is_password_protected
113
+ add_possible_location ( "#{ tmp_account_string } #{ @uuid } .pdf" ) if !@is_password_protected
114
114
add_possible_location ( "#{ tmp_account_string } #{ @uuid } /#{ zgeneration } /FallbackPDF.pdf.encrypted" ) if ( @is_password_protected and zgeneration and zgeneration . length > 0 )
115
115
add_possible_location ( "#{ tmp_account_string } #{ @uuid } /#{ zgeneration } /FallbackPDF.pdf" ) if ( !@is_password_protected and zgeneration and zgeneration . length > 0 )
116
116
You can’t perform that action at this time.
0 commit comments