remove redundant cast (Button)
findViewById(R.id.pop) , findViewById(R.id.imap) and findViewById(R.id.webdav) 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.pop) , findViewById(R.id.imap) and findViewById(R.id.webdav) are Button so it’s redundant to cast it to Button