Skip to content

Commit

Permalink
all: smoother notifications (fixes #4623) (#4625)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <[email protected]>
  • Loading branch information
Okuro3499 and dogi authored Oct 14, 2024
1 parent 7e8d24d commit 8799685
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "org.ole.planet.myplanet"
minSdkVersion 26
targetSdkVersion 34
versionCode 2021
versionName "0.20.21"
versionCode 2022
versionName "0.20.22"
ndkVersion '21.3.6528147'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ class NotificationsFragment : Fragment() {

override fun onDestroy() {
super.onDestroy()
mRealm.close()
if (::mRealm.isInitialized) {
mRealm.close()
}
}
}

0 comments on commit 8799685

Please sign in to comment.