Skip to content

Commit

Permalink
dismiss
Browse files Browse the repository at this point in the history
  • Loading branch information
C10udburst committed Oct 6, 2021
1 parent ceb6b9e commit 4e0a750
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DeleteEmbeds/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = "1.0.5"
version = "1.0.6"
description = "Delete embeds."
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ class DeleteEmbeds : Plugin() {
Utils.threadPool.execute {
deleteEmbed(message.channelId, message.id)
}
(callFrame.thisObject as WidgetChatListActions).dismiss()
} catch (e: IllegalAccessException) {
Utils.showToast(context, "Internal error occured.")
e.printStackTrace()
Expand Down

0 comments on commit 4e0a750

Please sign in to comment.