mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-21 23:38:05 -04:00
move ".views.panic" to ".panic", it has more than just Views
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package org.fdroid.fdroid.views.panic;
|
||||
package org.fdroid.fdroid.panic;
|
||||
|
||||
import android.content.Context;
|
||||
import android.content.res.Resources;
|
||||
@@ -1,4 +1,4 @@
|
||||
package org.fdroid.fdroid.views.panic;
|
||||
package org.fdroid.fdroid.panic;
|
||||
|
||||
import android.content.Context;
|
||||
import android.support.v7.preference.Preference;
|
||||
@@ -1,4 +1,4 @@
|
||||
package org.fdroid.fdroid.views.panic;
|
||||
package org.fdroid.fdroid.panic;
|
||||
|
||||
import android.support.v7.app.AppCompatActivity;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package org.fdroid.fdroid.views.panic;
|
||||
package org.fdroid.fdroid.panic;
|
||||
|
||||
import android.os.Bundle;
|
||||
import android.support.v7.app.ActionBar;
|
||||
@@ -1,4 +1,4 @@
|
||||
package org.fdroid.fdroid.views.panic;
|
||||
package org.fdroid.fdroid.panic;
|
||||
|
||||
import android.app.Activity;
|
||||
import android.content.ComponentName;
|
||||
@@ -1,4 +1,4 @@
|
||||
package org.fdroid.fdroid.views.panic;
|
||||
package org.fdroid.fdroid.panic;
|
||||
|
||||
import android.app.Activity;
|
||||
import android.content.BroadcastReceiver;
|
||||
@@ -1,4 +1,4 @@
|
||||
package org.fdroid.fdroid.views.panic;
|
||||
package org.fdroid.fdroid.panic;
|
||||
|
||||
import android.app.Activity;
|
||||
import android.support.annotation.NonNull;
|
||||
@@ -1,4 +1,4 @@
|
||||
package org.fdroid.fdroid.views.panic;
|
||||
package org.fdroid.fdroid.panic;
|
||||
|
||||
import android.app.Activity;
|
||||
import android.support.annotation.NonNull;
|
||||
@@ -17,7 +17,7 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
package org.fdroid.fdroid.views.panic;
|
||||
package org.fdroid.fdroid.panic;
|
||||
|
||||
import android.annotation.SuppressLint;
|
||||
import android.content.res.Resources;
|
||||
Reference in New Issue
Block a user