mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 21:33:53 +01:00
parent
7101fdee85
commit
3417b7ac3b
1 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ import javax.inject.Inject
|
|||
*/
|
||||
class ProfileActivity : BaseActivity() {
|
||||
|
||||
private lateinit var binding: ActivityProfileBinding
|
||||
lateinit var binding: ActivityProfileBinding
|
||||
|
||||
@Inject
|
||||
lateinit var sessionManager: SessionManager
|
||||
|
|
@ -118,7 +118,7 @@ class ProfileActivity : BaseActivity() {
|
|||
viewPagerAdapter.notifyDataSetChanged()
|
||||
}
|
||||
|
||||
override fun onDestroy() {
|
||||
public override fun onDestroy() {
|
||||
super.onDestroy()
|
||||
compositeDisposable.clear()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue