1376c8f8cf
#KT-16624 Fixed #KT-16625 Fixed #KT-14947 Fixed
6 lines
130 B
Kotlin
Vendored
6 lines
130 B
Kotlin
Vendored
import android.content.Context
|
|
import com.myapp.R
|
|
|
|
fun Context.getActivityTitle() = getString(R.string.<caret>my_activity_title)
|
|
|