Skip to content

Commit

Permalink
resolves #2
Browse files Browse the repository at this point in the history
  • Loading branch information
maroslaw committed Feb 7, 2014
1 parent 82adad7 commit 2d5008a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# project structure.
#
# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt

# Project target.
target=android-19
1 change: 1 addition & 0 deletions src/pl/miniti/android/blooba/BloobaService.java
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ private BloobaEngine() {
@Override
public void onSharedPreferenceChanged(
SharedPreferences sharedPreferences, String key) {
// TODO some abstraction not to use a new blooba :/
newBlooba();
}

Expand Down

0 comments on commit 2d5008a

Please sign in to comment.