Skip to content

Commit

Permalink
flush
Browse files Browse the repository at this point in the history
  • Loading branch information
evilbunny2008 committed Apr 1, 2018
1 parent 24a5d05 commit 1d1eee7
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -6,8 +6,8 @@ android {
applicationId "com.odiousapps.weewxweather"
minSdkVersion 16
targetSdkVersion 26
versionCode 2009
versionName "0.2.9"
versionCode 2010
versionName "0.2.10"
}
buildTypes {
release {
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/java/com/odiousapps/weewxweather/Weather.java
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public boolean onLongClick(View v)

reloadWebView();

Common.LogMessage("weather.java -- filter == null, adding a new filter");
Common.LogMessage("weather.java -- adding a new filter");
IntentFilter filter = new IntentFilter();
filter.addAction(myService.UPDATE_INTENT);
filter.addAction(myService.EXIT_INTENT);
Expand Down Expand Up @@ -186,6 +186,7 @@ public void handleMessage(Message msg)
{
try
{
Common.LogMessage(common.context.getFilesDir() + "/radar.gif");
gif.setGifFromFile(common.context.getFilesDir() + "/radar.gif");
} catch (Exception e) {
e.printStackTrace();
Expand Down

0 comments on commit 1d1eee7

Please sign in to comment.