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 ec8dbd1 commit 760f072Copy full SHA for 760f072
1 file changed
app/src/main/java/jp/juggler/subwaytooter/ActPost.kt
@@ -1014,15 +1014,6 @@ class ActPost : AppCompatActivity(),
1014
iv.setErrorImage(defaultColorIcon(this, R.drawable.ic_unknown))
1015
}
1016
1017
- // setIcon(btnPost, R.drawable.ic_send)
1018
- // setIcon(btnMore, R.drawable.ic_more)
1019
- // setIcon(btnPlugin, R.drawable.ic_extension)
1020
- // setIcon(btnEmojiPicker, R.drawable.ic_face)
1021
- // setIcon(btnAttachment, R.drawable.ic_attachment)
1022
- // setIcon(ibSchedule, R.drawable.ic_edit)
1023
- // setIcon(ibScheduleReset, R.drawable.ic_close)
1024
- // setIcon(btnRemoveReply, R.drawable.ic_close)
1025
-
1026
cbContentWarning.setOnCheckedChangeListener { _, _ ->
1027
updateContentWarning()
1028
0 commit comments