Skip to content

Commit

Permalink
Apply changes requested
Browse files Browse the repository at this point in the history
  • Loading branch information
davigonz committed Apr 9, 2019
1 parent 164b12d commit 2e51954
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
ext {
// Libraries
kotlinVersion = '1.3.11'
kotlinVersion = '1.3.21'
archLifecycleVersion = '2.0.0'
roomVersion = '2.0.0'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ abstract class NetworkBoundResource<ResultType, RequestType>(
private val appExecutors: AppExecutors
) {
/**
* Result will observe three different livedata objects and react on change events from them
* A generic class that can provide a resource backed by both the sqlite database and the network.
* - Shares livedata from Room to detect changes in database
* - Errors livedata from remote operations
* - Loading status
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -354,14 +354,6 @@ class PublicShareDialogFragment : DialogFragment() {
}
}
)
// (activity as FileActivity).fileOperationsHelper.shareFileViaLink(
// file,
// publicLinkName,
// publicLinkPassword,
// publicLinkExpirationDateInMillis,
// false,
// publicLinkPermissions)

} else { // Updating an existing public share
if (!passwordSwitch!!.isChecked) {
publicLinkPassword = ""
Expand Down

0 comments on commit 2e51954

Please sign in to comment.