check sdk ready

This commit is contained in:
Akinwale Ariwodola 2020-03-20 11:15:41 +01:00
parent e9c8f9432f
commit 4d1f142f9c
3 changed files with 14 additions and 3 deletions
app/src/main/java/io/lbry/browser

View file

@ -106,9 +106,9 @@ public class MainActivity extends FragmentActivity implements DefaultHardwareBac
*/
private boolean serviceRunning;
private CheckSdkReadyTask checkSdkReadyTask;
private boolean lbrySdkReady;
private boolean receivedStopService;
private PermissionListener permissionListener;
public static boolean lbrySdkReady;
protected String getMainComponentName() {
return "LBRYApp";