Skip to content

Commit 3417b7a

Browse files
Migrate Profile Package to Kotlin commons-app#6118 commons-app#5928
1 parent 7101fde commit 3417b7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/java/fr/free/nrw/commons/profile/ProfileActivity.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import javax.inject.Inject
3131
*/
3232
class ProfileActivity : BaseActivity() {
3333

34-
private lateinit var binding: ActivityProfileBinding
34+
lateinit var binding: ActivityProfileBinding
3535

3636
@Inject
3737
lateinit var sessionManager: SessionManager
@@ -118,7 +118,7 @@ class ProfileActivity : BaseActivity() {
118118
viewPagerAdapter.notifyDataSetChanged()
119119
}
120120

121-
override fun onDestroy() {
121+
public override fun onDestroy() {
122122
super.onDestroy()
123123
compositeDisposable.clear()
124124
}

0 commit comments

Comments
 (0)