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 f386666 commit 33ac8a1Copy full SHA for 33ac8a1
1 file changed
app/src/main/java/org/musicbrainz/picard/barcodescanner/activities/BaseActivity.kt
@@ -34,14 +34,6 @@ abstract class BaseActivity : AppCompatActivity() {
34
private var mPreferences: Preferences? = null
35
private lateinit var binding: MainBinding
36
37
- protected fun setSubView(subView: Int) {
38
- binding = MainBinding.inflate(layoutInflater)
39
- setContentView(binding.root)
40
-
41
- binding.viewContent.layoutResource = subView
42
- binding.viewContent.inflate()
43
- }
44
45
override fun onNewIntent(intent: Intent) {
46
super.onNewIntent(intent)
47
handleIntents()
0 commit comments