move to sub-package
This commit is contained in:
parent
7e8bec7c5e
commit
10fae1e9ce
2 changed files with 4 additions and 3 deletions
|
@ -128,7 +128,7 @@
|
||||||
|
|
||||||
</activity>
|
</activity>
|
||||||
|
|
||||||
<activity android:name=".ui.VirginAustraliaLoadActivity">
|
<activity android:name=".ui.quirk_fix.VirginAustraliaLoadActivity">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.VIEW" />
|
<action android:name="android.intent.action.VIEW" />
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package org.ligi.passandroid.ui;
|
package org.ligi.passandroid.ui.quirk_fix;
|
||||||
|
|
||||||
import android.app.Activity;
|
import android.app.Activity;
|
||||||
import android.content.Intent;
|
import android.content.Intent;
|
||||||
|
@ -6,6 +6,7 @@ import android.net.Uri;
|
||||||
import android.os.Bundle;
|
import android.os.Bundle;
|
||||||
|
|
||||||
import org.ligi.passandroid.Tracker;
|
import org.ligi.passandroid.Tracker;
|
||||||
|
import org.ligi.passandroid.ui.PassImportActivity;
|
||||||
|
|
||||||
import java.net.URLEncoder;
|
import java.net.URLEncoder;
|
||||||
|
|
Loading…
Reference in a new issue