Loading app/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ plugins { def versionMajor = 2 def versionMinor = 4 def versionPatch = 2 def versionPatch = 3 def getGitHash = { -> def stdOut = new ByteArrayOutputStream() Loading app/src/main/java/foundation/e/apps/categories/CategoriesViewModel.kt +3 −2 Original line number Diff line number Diff line Loading @@ -80,7 +80,8 @@ class CategoriesViewModel @Inject constructor( ) exceptionsList.add(exception) exceptionsLiveData.postValue(exceptionsList)} exceptionsLiveData.postValue(exceptionsList) } } } Loading Loading
app/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ plugins { def versionMajor = 2 def versionMinor = 4 def versionPatch = 2 def versionPatch = 3 def getGitHash = { -> def stdOut = new ByteArrayOutputStream() Loading
app/src/main/java/foundation/e/apps/categories/CategoriesViewModel.kt +3 −2 Original line number Diff line number Diff line Loading @@ -80,7 +80,8 @@ class CategoriesViewModel @Inject constructor( ) exceptionsList.add(exception) exceptionsLiveData.postValue(exceptionsList)} exceptionsLiveData.postValue(exceptionsList) } } } Loading