Skip to content

Commit d73314b

Browse files
Make App instance variable immutable outside class
1 parent 9f4a33c commit d73314b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • app/src/main/java/org/schabi/newpipe

app/src/main/java/org/schabi/newpipe/App.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,5 +276,6 @@ open class App :
276276

277277
@JvmStatic
278278
lateinit var instance: App
279+
private set
279280
}
280281
}

0 commit comments

Comments
 (0)