move WeatherNotificationConfig.java to its previous location to fix a crash
This commit is contained in:
parent
b0991d3869
commit
d9d153c463
|
@ -220,7 +220,7 @@
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</receiver>
|
</receiver>
|
||||||
|
|
||||||
<activity android:name=".activities.WeatherNotificationConfig"
|
<activity android:name=".externalevents.WeatherNotificationConfig"
|
||||||
android:label="mockup">
|
android:label="mockup">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="ru.gelin.android.weather.notification.ACTION_WEATHER_SKIN_PREFERENCES"/>
|
<action android:name="ru.gelin.android.weather.notification.ACTION_WEATHER_SKIN_PREFERENCES"/>
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
package nodomain.freeyourgadget.gadgetbridge.activities;
|
package nodomain.freeyourgadget.gadgetbridge.externalevents;
|
||||||
|
|
||||||
import android.os.Bundle;
|
import android.os.Bundle;
|
||||||
import android.os.PersistableBundle;
|
import android.os.PersistableBundle;
|
||||||
import android.widget.TextView;
|
import android.widget.TextView;
|
||||||
|
|
||||||
import nodomain.freeyourgadget.gadgetbridge.R;
|
import nodomain.freeyourgadget.gadgetbridge.R;
|
||||||
|
import nodomain.freeyourgadget.gadgetbridge.activities.GBActivity;
|
||||||
|
|
||||||
public class WeatherNotificationConfig extends GBActivity {
|
public class WeatherNotificationConfig extends GBActivity {
|
||||||
@Override
|
@Override
|
Loading…
Reference in New Issue