chore: execute lint inspection

address issues from lint inspection
convert string literals to resources
merge extension & download type
This commit is contained in:
TwistedUmbrellaX
2024-03-10 20:26:57 -04:00
parent d4ab0ad57d
commit b469322e50
177 changed files with 1741 additions and 2271 deletions

View File

@@ -56,7 +56,7 @@ class NotificationActivity : AppCompatActivity() {
binding.followerGrid.visibility = ViewGroup.GONE
binding.followerList.visibility = ViewGroup.GONE
binding.listBack.setOnClickListener {
onBackPressed()
onBackPressedDispatcher.onBackPressed()
}
binding.listProgressBar.visibility = ViewGroup.VISIBLE
val activityId = intent.getIntExtra("activityId", -1)