mirror of
https://github.com/NiciDieNase/chaosflix
synced 2024-11-22 20:33:05 +00:00
add missing init-functions
This commit is contained in:
parent
3c9736ec7e
commit
e5730d4ae4
3 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,6 @@
|
|||
package de.nicidienase.chaosflix
|
||||
|
||||
import android.app.Application
|
||||
import com.facebook.stetho.Stetho
|
||||
import com.squareup.leakcanary.LeakCanary
|
||||
import libsInit
|
||||
import stageInit
|
||||
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
import de.nicidienase.chaosflix.ChaosflixApplication
|
||||
|
||||
fun stageInit(application: ChaosflixApplication){}
|
Loading…
Reference in a new issue