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 a775c0a commit c272bceCopy full SHA for c272bce
app/src/main/java/com/raival/compose/file/explorer/screen/main/tab/files/ui/dialog/ApkPreviewDialog.kt
@@ -120,7 +120,7 @@ fun ApkPreviewDialog(tab: FilesTab) {
120
.format(Date(installedInfo.firstInstallTime))
121
lastUpdateTime = SimpleDateFormat("MMM dd, yyyy", Locale.getDefault())
122
.format(Date(installedInfo.lastUpdateTime))
123
- } catch (e: PackageManager.NameNotFoundException) {
+ } catch (_: PackageManager.NameNotFoundException) {
124
// App not installed
125
}
126
0 commit comments