Rename unused caught exceptions to _

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2026-01-01 13:05:19 +08:00
parent 0f09429a97
commit 5d28591d8e
5 changed files with 8 additions and 8 deletions

View File

@@ -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
}
}