This repository was archived by the owner on Jun 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
kotlin/info/papdt/express/helper Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ class Spanny : SpannableStringBuilder {
3636
3737 private var flag = Spannable .SPAN_EXCLUSIVE_EXCLUSIVE
3838
39- constructor () : super (" " ) {}
39+ constructor () : super (" " )
4040
41- constructor (text: CharSequence ) : super (text) {}
41+ constructor (text: CharSequence ) : super (text)
4242
4343 constructor (text: CharSequence , vararg spans: Any ) : super (text) {
4444 for (span in spans) {
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ class DetailsActivity : AbsActivity() {
5757 messageRes = R .string.dialog_delete_message
5858 okButton { _, _ ->
5959 val intent = Intent ()
60- intent.putExtra(" data" , data!! )
60+ intent.putExtra(" data" , data)
6161 setResult(RESULT_DELETED , intent)
6262 finish()
6363 }
Original file line number Diff line number Diff line change 6464 android : layout_width =" match_parent"
6565 android : layout_height =" match_parent"
6666 android : background =" @android:color/black"
67- android : alpha =" 0.35 "
67+ android : alpha =" 0"
6868 android : clickable =" true"
6969 android : focusable =" true"
7070 android : visibility =" gone"
Original file line number Diff line number Diff line change 5656 android:id=" @+id/contact_card"
5757 android:visibility=" gone"
5858 android:clickable=" true"
59+ android:focusable=" true"
5960 android:foreground=" ?attr/selectableItemBackground"
6061 app:cardElevation=" 2dp"
6162 tools:visibility=" visible" >
You can’t perform that action at this time.
0 commit comments