Remove stale STOPSHIPs
Change-Id: I2364e1dbf25b9df20ef9fa9014e19cbbab278a3b
This commit is contained in:
parent
83b0f4434c
commit
b507ece493
@ -183,7 +183,9 @@ class UIControllerTwoPane extends UIControllerBase implements ThreePaneLayout.Ca
|
|||||||
// MessageListFragment$Callback
|
// MessageListFragment$Callback
|
||||||
@Override
|
@Override
|
||||||
public boolean onDragStarted() {
|
public boolean onDragStarted() {
|
||||||
Log.w(Logging.LOG_TAG, "Drag started");
|
if (Email.DEBUG) {
|
||||||
|
Log.i(Logging.LOG_TAG, "Drag started");
|
||||||
|
}
|
||||||
|
|
||||||
if (((mListContext != null) && mListContext.isSearch())
|
if (((mListContext != null) && mListContext.isSearch())
|
||||||
|| !mThreePane.isLeftPaneVisible()) {
|
|| !mThreePane.isLeftPaneVisible()) {
|
||||||
@ -191,17 +193,15 @@ class UIControllerTwoPane extends UIControllerBase implements ThreePaneLayout.Ca
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// STOPSHIP Save the current mailbox list
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// MessageListFragment$Callback
|
// MessageListFragment$Callback
|
||||||
@Override
|
@Override
|
||||||
public void onDragEnded() {
|
public void onDragEnded() {
|
||||||
Log.w(Logging.LOG_TAG, "Drag ended");
|
if (Email.DEBUG) {
|
||||||
|
Log.i(Logging.LOG_TAG, "Drag ended");
|
||||||
// STOPSHIP Restore the saved mailbox list
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user