Skip to content

Commit

Permalink
Remove redundant code.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodit committed May 1, 2022
1 parent cee7faf commit 2879696
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/src/main/java/xyz/rodit/snapmod/util/PathManager.kt
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,11 @@ object PathManager {
}

init {

if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.S) {
publicDirs["Recordings"] =
Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_RECORDINGS).path
publicDirs["Screenshots"] =
Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_SCREENSHOTS).path
}

defaultPaths[DOWNLOAD_STORY] = "\$Movies/SnapMod/%u_story_%t"
defaultPaths[DOWNLOAD_AUDIO_NOTE] = "\$Movies/SnapMod/%u_audio_%t"
defaultPaths[DOWNLOAD_PROFILE] = "\$Movies/SnapMod/%u_profile_%t"
}
}

0 comments on commit 2879696

Please sign in to comment.