mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2025-06-21 06:46:33 +00:00
Commit
This commit is contained in:
parent
6dfb2cac10
commit
fc818ac6a3
@ -6,6 +6,8 @@ import android.accounts.Account;
|
||||
import android.accounts.AccountManager;
|
||||
import android.app.ListActivity;
|
||||
import android.os.Bundle;
|
||||
import android.util.Log;
|
||||
import android.view.View;
|
||||
import fr.nrz.androidlib.adapters.AndroidAccountAdapter;
|
||||
import fr.unix_experience.owncloud_sms.R;
|
||||
|
||||
@ -36,8 +38,12 @@ public class RestoreSMSAccountListActivity extends ListActivity {
|
||||
listItems.add(element);
|
||||
}
|
||||
|
||||
|
||||
adapter.notifyDataSetChanged();
|
||||
}
|
||||
|
||||
// User select an account
|
||||
public void accountSelected(final View view) {
|
||||
Log.d("BURP","accountSelected !");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user