Correct timer problem (remove redundant timer.cancel()s).

This commit is contained in:
2014-03-25 22:14:23 +02:00
parent b893ab6c72
commit d43bb2b1d5
8 changed files with 63 additions and 61 deletions

10
.idea/libraries/appcompat_v7_19_0_1.xml generated Normal file
View File

@ -0,0 +1,10 @@
<component name="libraryTable">
<library name="appcompat-v7-19.0.1">
<CLASSES>
<root url="file://$PROJECT_DIR$/HypoAlarm/build/exploded-aar/com.android.support/appcompat-v7/19.0.1/res" />
<root url="jar://$PROJECT_DIR$/HypoAlarm/build/exploded-aar/com.android.support/appcompat-v7/19.0.1/classes.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

11
.idea/libraries/support_v4_19_0_1.xml generated Normal file
View File

@ -0,0 +1,11 @@
<component name="libraryTable">
<library name="support-v4-19.0.1">
<CLASSES>
<root url="jar://$APPLICATION_HOME_DIR$/sdk/extras/android/m2repository/com/android/support/support-v4/19.0.1/support-v4-19.0.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$APPLICATION_HOME_DIR$/sdk/extras/android/m2repository/com/android/support/support-v4/19.0.1/support-v4-19.0.1-sources.jar!/" />
</SOURCES>
</library>
</component>