Skip to content

Commit

Permalink
Code clean
Browse files Browse the repository at this point in the history
  • Loading branch information
max-kammerer committed Feb 7, 2024
1 parent 244ea4b commit 843979f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ class OrionViewerActivity : OrionBaseActivity(viewerType = Device.VIEWER_ACTIVIT

@Throws(Exception::class)
private fun openFile(filePath: String) {
val stubController = initStubController("$filePath", "Loading...")
val stubController = initStubController(filePath, "Loading...")
val stubDocument = stubController.document as StubDocument

GlobalScope.launch(Dispatchers.Main) {
Expand Down

0 comments on commit 843979f

Please sign in to comment.