remove redundant cast Button to WelcomeMessage
findViewById(R.id.next) and findViewById(R.id.import_settings) are Button so it’s redundant to cast it to Button
Loading
Please register or sign in to comment
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
findViewById(R.id.next) and findViewById(R.id.import_settings) are Button so it’s redundant to cast it to Button