Rename unused caught exceptions to _
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -153,7 +153,7 @@ class InstallerStatusReceiver : BaseInstallerStatusReceiver() {
|
||||
Log.i(TAG, "Huawei silent install support function: $supportFunction")
|
||||
|
||||
(supportFunction and (1 shl 5)) != 0
|
||||
} catch (e: Exception) {
|
||||
} catch (_: Exception) {
|
||||
false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user