Skip to content

Commit c272bce

Browse files
committed
remove unused parameter
1 parent a775c0a commit c272bce

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/java/com/raival/compose/file/explorer/screen/main/tab/files/ui/dialog

1 file changed

+1
-1
lines changed

app/src/main/java/com/raival/compose/file/explorer/screen/main/tab/files/ui/dialog/ApkPreviewDialog.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ fun ApkPreviewDialog(tab: FilesTab) {
120120
.format(Date(installedInfo.firstInstallTime))
121121
lastUpdateTime = SimpleDateFormat("MMM dd, yyyy", Locale.getDefault())
122122
.format(Date(installedInfo.lastUpdateTime))
123-
} catch (e: PackageManager.NameNotFoundException) {
123+
} catch (_: PackageManager.NameNotFoundException) {
124124
// App not installed
125125
}
126126

0 commit comments

Comments
 (0)