Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Companion App Android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
card10
Companion App Android
Commits
7d3dec25
Commit
7d3dec25
authored
3 years ago
by
schneider
Browse files
Options
Downloads
Plain Diff
Merge branch 'schneider/remove-app-launcher' into 'master'
hatchery: Remove unused variable See merge request
!34
parents
ddc4db1d
248512b1
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!34
hatchery: Remove unused variable
Pipeline
#5355
passed
3 years ago
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/src/main/java/de/ccc/events/badge/card10/hatchery/AppDetailFragment.kt
+0
-1
0 additions, 1 deletion
.../de/ccc/events/badge/card10/hatchery/AppDetailFragment.kt
with
0 additions
and
1 deletion
app/src/main/java/de/ccc/events/badge/card10/hatchery/AppDetailFragment.kt
+
0
−
1
View file @
7d3dec25
...
...
@@ -93,7 +93,6 @@ class AppDetailFragment : Fragment() {
return
try
{
cacheDir
.
deleteRecursively
()
cacheDir
.
mkdir
()
val
appDir
=
File
(
cacheDir
.
absolutePath
+
"/apps"
).
mkdirs
()
val
inputStream
=
HatcheryClient
().
openDownloadStream
(
app
)
val
file
=
File
.
createTempFile
(
app
.
slug
,
".tar.gz"
,
cacheDir
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment