reflow lines, minor style.

pull/14/head
Tim Su 14 years ago
parent 16eab17757
commit 9eb47a268b

@ -320,7 +320,8 @@ public class EditNoteActivity extends LinearLayout implements TimerActionListene
public View getUpdateNotes(NoteOrUpdate note, ViewGroup parent) {
View convertView = ((Activity)getContext()).getLayoutInflater().inflate(R.layout.update_adapter_row, parent, false);
View convertView = ((Activity)getContext()).getLayoutInflater().inflate(
R.layout.update_adapter_row, parent, false);
bindView(convertView, note);
return convertView;

@ -113,10 +113,14 @@ public class AstridActivity extends FragmentActivity
@Override
protected void onResume() {
super.onResume();
android.content.IntentFilter reminderIntentFilter = new android.content.IntentFilter(Notifications.BROADCAST_IN_APP_NOTIFY);
android.content.IntentFilter reminderIntentFilter = new android.content.IntentFilter(
Notifications.BROADCAST_IN_APP_NOTIFY);
reminderIntentFilter.setPriority(1);
registerReceiver(reminderReceiver, reminderIntentFilter);
registerReceiver(repeatConfirmationReceiver, new android.content.IntentFilter(AstridApiConstants.BROADCAST_EVENT_TASK_REPEATED));
registerReceiver(repeatConfirmationReceiver,
new android.content.IntentFilter(
AstridApiConstants.BROADCAST_EVENT_TASK_REPEATED));
}
@Override

@ -723,7 +723,7 @@ ViewPager.OnPageChangeListener, EditNoteActivity.UpdatesChangedListener {
* @author Tim Su <tim@todoroo.com>
*
*/
class TaskEditBackgroundLoader extends Thread {
private class TaskEditBackgroundLoader extends Thread {
public void onUiThread() {
// prepare and set listener for voice-button

Loading…
Cancel
Save