mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Shorter code.
This commit is contained in:
parent
83f3229805
commit
4dd5fa7051
1 changed files with 1 additions and 3 deletions
|
@ -19,7 +19,5 @@ package im.vector.app.nightly
|
|||
import javax.inject.Inject
|
||||
|
||||
class NightlyProxy @Inject constructor() {
|
||||
fun updateIfNewReleaseAvailable() {
|
||||
// No op
|
||||
}
|
||||
fun updateIfNewReleaseAvailable() = Unit
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue