mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-31 07:10:14 -05:00
Adjust imports for new location of remote control classes
This commit is contained in:
parent
d245e81679
commit
f3e06b4ef5
@ -8,10 +8,10 @@ import android.util.Log;
|
||||
|
||||
import com.fsck.k9.Account;
|
||||
import com.fsck.k9.K9;
|
||||
import com.fsck.k9.K9RemoteControl;
|
||||
import com.fsck.k9.remotecontrol.K9RemoteControl;
|
||||
import com.fsck.k9.Preferences;
|
||||
|
||||
import static com.fsck.k9.K9RemoteControl.*;
|
||||
import static com.fsck.k9.remotecontrol.K9RemoteControl.*;
|
||||
|
||||
public class RemoteControlReceiver extends CoreReceiver
|
||||
{
|
||||
|
@ -2,12 +2,12 @@ package com.fsck.k9.service;
|
||||
|
||||
import com.fsck.k9.Account;
|
||||
import com.fsck.k9.K9;
|
||||
import com.fsck.k9.K9RemoteControl;
|
||||
import com.fsck.k9.remotecontrol.K9RemoteControl;
|
||||
import com.fsck.k9.Preferences;
|
||||
import com.fsck.k9.R;
|
||||
import com.fsck.k9.Account.FolderMode;
|
||||
|
||||
import static com.fsck.k9.K9RemoteControl.*;
|
||||
import static com.fsck.k9.remotecontrol.K9RemoteControl.*;
|
||||
|
||||
import android.content.Context;
|
||||
import android.content.Intent;
|
||||
|
Loading…
Reference in New Issue
Block a user