Skip to content

Commit

Permalink
๐ŸŽจ :: ์ฝ”๋“œ Formatting ์ ์šฉ
Browse files Browse the repository at this point in the history
  • Loading branch information
baekteun committed Oct 9, 2024
1 parent 3a991cb commit 4a29ebb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Projects/App/Support/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
<false/>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>naversearchapp</string>
<string>naversearchthirdlogin</string>
<string>naversearchapp</string>
<string>naversearchthirdlogin</string>
<string>youtube</string>
<string>youtubemusic</string>
</array>
Expand All @@ -74,8 +74,8 @@
<string>$(BASE_DEV_URL)</string>
<key>BASE_PROD_URL</key>
<string>$(BASE_PROD_URL)</string>
<key>CDN_DOMAIN_URL</key>
<string>$(CDN_DOMAIN_URL)</string>
<key>CDN_DOMAIN_URL</key>
<string>$(CDN_DOMAIN_URL)</string>
<key>GOOGLE_CLIENT_ID</key>
<string>$(GOOGLE_CLIENT_ID)</string>
<key>GOOGLE_URL_SCHEME</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,11 @@ private extension PlaylistViewController {

playlistView.playlistTableView.rx.itemSelected
.withLatestFrom(output.playlists) { ($0, $1) }
.bind(with: self) { [songDetailPresenter, isEditingSubject = output.editState, tappedCellIndex] owner, item in
.bind(with: self) { [
songDetailPresenter,
isEditingSubject = output.editState,
tappedCellIndex
] owner, item in

let isEditing = isEditingSubject.value
let (indexPath, playlists) = item
Expand Down

0 comments on commit 4a29ebb

Please sign in to comment.