move WeatherNotificationConfig.java to its previous location to fix a crash

here
Andreas Shimokawa 2017-01-15 12:43:26 +01:00
parent b0991d3869
commit d9d153c463
2 changed files with 3 additions and 2 deletions

View File

@ -220,7 +220,7 @@
</intent-filter>
</receiver>
<activity android:name=".activities.WeatherNotificationConfig"
<activity android:name=".externalevents.WeatherNotificationConfig"
android:label="mockup">
<intent-filter>
<action android:name="ru.gelin.android.weather.notification.ACTION_WEATHER_SKIN_PREFERENCES"/>

View File

@ -1,10 +1,11 @@
package nodomain.freeyourgadget.gadgetbridge.activities;
package nodomain.freeyourgadget.gadgetbridge.externalevents;
import android.os.Bundle;
import android.os.PersistableBundle;
import android.widget.TextView;
import nodomain.freeyourgadget.gadgetbridge.R;
import nodomain.freeyourgadget.gadgetbridge.activities.GBActivity;
public class WeatherNotificationConfig extends GBActivity {
@Override