mirror of
https://github.com/SimpleMobileTools/Simple-Clock.git
synced 2025-06-05 22:19:17 +02:00
adding a couple common activities and functions
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
package com.simplemobiletools.clock.extensions
|
||||
|
||||
import android.content.Context
|
||||
import com.simplemobiletools.clock.helpers.Config
|
||||
|
||||
val Context.config: Config get() = Config.newInstance(applicationContext)
|
Reference in New Issue
Block a user