Fixed bug with reopening old tab
This commit is contained in:
parent
ff56ca1d31
commit
d589061c94
@ -404,8 +404,8 @@ public class BrowserActivity extends Activity implements BrowserController {
|
|||||||
newTab(url, true);
|
newTab(url, true);
|
||||||
Toast.makeText(mContext, R.string.deleted_tab, Toast.LENGTH_SHORT).show();
|
Toast.makeText(mContext, R.string.deleted_tab, Toast.LENGTH_SHORT).show();
|
||||||
}
|
}
|
||||||
mEditPrefs.putString(PreferenceConstants.SAVE_URL, null);
|
mEditPrefs.putString(PreferenceConstants.SAVE_URL, null).apply();
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user