mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-11-01 23:33:54 +01:00
remove unused
Signed-off-by: parneet-guraya <gurayaparneet@gmail.com>
This commit is contained in:
parent
d957f2110a
commit
e470dad049
1 changed files with 0 additions and 3 deletions
|
|
@ -392,9 +392,6 @@ class CommonsApplication : MultiDexApplication() {
|
||||||
@JvmField
|
@JvmField
|
||||||
var isPaused: Boolean = false
|
var isPaused: Boolean = false
|
||||||
|
|
||||||
val isRoboUnitTest: Boolean
|
|
||||||
get() = "robolectric" == Build.FINGERPRINT
|
|
||||||
|
|
||||||
@JvmStatic
|
@JvmStatic
|
||||||
fun createNotificationChannel(context: Context) {
|
fun createNotificationChannel(context: Context) {
|
||||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
|
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue