Merge pull request #2 from ravjit-cliqz/dev
Changed the scope of removeTab to private
This commit is contained in:
commit
63f2c5f798
@ -189,7 +189,7 @@ public class TabsManager {
|
||||
* @return The removed tab reference or null
|
||||
*/
|
||||
@Nullable
|
||||
public synchronized LightningView removeTab(final int position) {
|
||||
private synchronized LightningView removeTab(final int position) {
|
||||
if (position >= mWebViewList.size()) {
|
||||
return null;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user