Fix CB Followed tab
This commit is contained in:
parent
f75a743a47
commit
ae1e4d6c24
|
@ -83,6 +83,9 @@ public class ChaturbateTabProvider extends AbstractTabProvider {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
followedTab.setScene(scene);
|
||||||
|
followedTab.setRecorder(recorder);
|
||||||
|
followedTab.setImageAspectRatio(9.0 / 16.0);
|
||||||
tabs.add(followedTab);
|
tabs.add(followedTab);
|
||||||
return tabs;
|
return tabs;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue