Skip to content

Commit

Permalink
Prevent initial creation from calling dismiss
Browse files Browse the repository at this point in the history
  • Loading branch information
AbandonedCart committed Sep 1, 2022
1 parent bd19c4e commit 1829deb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -836,8 +836,8 @@ public void delayedBluetoothEnable() {
}

@Override
public void onDestroy() {
super.onDestroy();
public void onDestroyView() {
super.onDestroyView();
dismissFlaskDiscovery();
disconnectFlask();
}
Expand Down

0 comments on commit 1829deb

Please sign in to comment.