Skip to content

Commit

Permalink
Added : semicolon ;
Browse files Browse the repository at this point in the history
  • Loading branch information
neeldoshii committed Jun 22, 2024
1 parent 72f4cc2 commit 34b172b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,6 @@ public Builder setTitle(@StringRes int textId) {
@Override
public void onDestroy() {
super.onDestroy();
mBinding = null
mBinding = null;
}
}

0 comments on commit 34b172b

Please sign in to comment.