We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a22e19a commit 46d6030Copy full SHA for 46d6030
app/src/main/java/fr/free/nrw/commons/utils/ViewUtil.kt
@@ -3,17 +3,13 @@ package fr.free.nrw.commons.utils
3
import android.app.Activity
4
import android.content.Context
5
import android.graphics.Color
6
-import android.view.Display
7
import android.view.View
8
import android.view.inputmethod.InputMethodManager
9
import android.widget.TextView
10
import android.widget.Toast
11
-
12
import androidx.annotation.StringRes
13
14
import androidx.core.content.ContextCompat
15
import com.google.android.material.snackbar.Snackbar
16
17
import fr.free.nrw.commons.R
18
import timber.log.Timber
19
0 commit comments