Skip to content
This repository was archived by the owner on Mar 4, 2022. It is now read-only.

Commit 59ea30e

Browse files
author
itning
committed
REMOVE MoneyActivity
1 parent b952b73 commit 59ea30e

File tree

6 files changed

+0
-140
lines changed

6 files changed

+0
-140
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,6 @@
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">

app/src/main/java/top/itning/yunshuclassschedule/ui/activity/AboutActivity.kt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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
}

app/src/main/java/top/itning/yunshuclassschedule/ui/activity/MoneyActivity.kt

Lines changed: 0 additions & 93 deletions
This file was deleted.
-9.28 KB
Binary file not shown.

app/src/main/res/layout/activity_money.xml

Lines changed: 0 additions & 28 deletions
This file was deleted.

app/src/main/res/xml/preference_settings.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,6 @@
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">

0 commit comments

Comments
 (0)