|
|
|
@ -468,6 +468,7 @@ public class TagViewFragment extends TaskListFragment {
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
public void onResume() {
|
|
|
|
public void onResume() {
|
|
|
|
if (justDeleted) {
|
|
|
|
if (justDeleted) {
|
|
|
|
|
|
|
|
parentOnResume();
|
|
|
|
// tag was deleted locally in settings
|
|
|
|
// tag was deleted locally in settings
|
|
|
|
// go back to active tasks
|
|
|
|
// go back to active tasks
|
|
|
|
FilterListFragment fl = ((AstridActivity) getActivity()).getFilterListFragment();
|
|
|
|
FilterListFragment fl = ((AstridActivity) getActivity()).getFilterListFragment();
|
|
|
|
@ -477,9 +478,9 @@ public class TagViewFragment extends TaskListFragment {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
super.onResume();
|
|
|
|
super.onResume();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
IntentFilter intentFilter = new IntentFilter(BROADCAST_TAG_ACTIVITY);
|
|
|
|
IntentFilter intentFilter = new IntentFilter(BROADCAST_TAG_ACTIVITY);
|
|
|
|
getActivity().registerReceiver(notifyReceiver, intentFilter);
|
|
|
|
getActivity().registerReceiver(notifyReceiver, intentFilter);
|
|
|
|
|
|
|
|
|
|
|
|
|