This repository was archived by the owner on Mar 4, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +0
-140
lines changed
java/top/itning/yunshuclassschedule/ui/activity Expand file tree Collapse file tree 6 files changed +0
-140
lines changed Original file line number Diff line number Diff line change 8181 <category android : name =" android.intent.category.DEFAULT" />
8282 </intent-filter >
8383 </activity >
84- <activity
85- android : name =" .ui.activity.MoneyActivity"
86- android : screenOrientation =" portrait" >
87- <intent-filter >
88- <action android : name =" top.itning.yunshuclassschedule.MONEY" />
89-
90- <category android : name =" android.intent.category.DEFAULT" />
91- </intent-filter >
92- </activity >
9384 <activity
9485 android : name =" .ui.activity.CustomActivity"
9586 android : screenOrientation =" portrait" >
Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ class AboutActivity : BaseActivity() {
4242 }
4343 tv_version.text = getPackageVersionName(this )
4444 cv_href.setOnClickListener { onCvHrefClicked() }
45- cv_introduction.setOnClickListener { onIntroductionClicked() }
4645 }
4746
4847 /* *
@@ -86,10 +85,6 @@ class AboutActivity : BaseActivity() {
8685 startActivity(Intent (Intent .ACTION_VIEW , uri))
8786 }
8887
89- private fun onIntroductionClicked () {
90- startActivity(Intent (this , MoneyActivity ::class .java))
91- }
92-
9388 companion object {
9489 private const val TAG = " AboutActivity"
9590 }
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 179179 android : action =" android.intent.action.VIEW"
180180 android : data =" https://www.coolapk.com/apk/top.itning.yunshuclassschedule" />
181181 </Preference >
182- <Preference
183- android : title =" 捐赠"
184- app : iconSpaceReserved =" false" >
185- <intent android : action =" top.itning.yunshuclassschedule.MONEY" />
186- </Preference >
187182 <Preference
188183 android : title =" 关于"
189184 app : iconSpaceReserved =" false" >
You can’t perform that action at this time.
0 commit comments