Fix a FC that was only reported by 1 user in about 1 month. I wonder why was that :(
This commit is contained in:
parent
3eb85cf733
commit
c26c5411a2
1 changed files with 0 additions and 4 deletions
|
@ -1,7 +1,5 @@
|
||||||
package org.r3pek.pharmacies;
|
package org.r3pek.pharmacies;
|
||||||
|
|
||||||
import com.admob.android.ads.AdView;
|
|
||||||
|
|
||||||
import org.r3pek.pharmacies.utils.GeoUtils;
|
import org.r3pek.pharmacies.utils.GeoUtils;
|
||||||
import org.r3pek.pharmacies.utils.GlobalVars;
|
import org.r3pek.pharmacies.utils.GlobalVars;
|
||||||
import org.r3pek.pharmacies.widgets.Arrow;
|
import org.r3pek.pharmacies.widgets.Arrow;
|
||||||
|
@ -75,8 +73,6 @@ public class PharmacyInfo extends Activity {
|
||||||
public void onPause() {
|
public void onPause() {
|
||||||
arrowChangerSensor.delImage((Arrow)findViewById(R.id.ivInfoDirection));
|
arrowChangerSensor.delImage((Arrow)findViewById(R.id.ivInfoDirection));
|
||||||
sm.unregisterListener(arrowChangerSensor);
|
sm.unregisterListener(arrowChangerSensor);
|
||||||
AdView ad = (AdView) findViewById(R.id.ad);
|
|
||||||
ad.cleanup();
|
|
||||||
super.onPause();
|
super.onPause();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue