TabLayout
This commit is contained in:
@@ -44,10 +44,6 @@ public class PreferencesActivity extends BaseActivity implements SharedPreferenc
|
||||
@Inject
|
||||
Products products;
|
||||
|
||||
public PreferencesActivity() {
|
||||
super(R.layout.main_empty);
|
||||
}
|
||||
|
||||
@Nonnull
|
||||
static SparseArray<PrefDef> getPreferences() {
|
||||
return preferences;
|
||||
@@ -90,8 +86,6 @@ public class PreferencesActivity extends BaseActivity implements SharedPreferenc
|
||||
.commit();
|
||||
}
|
||||
|
||||
getSupportActionBar().setNavigationMode(NAVIGATION_MODE_STANDARD);
|
||||
|
||||
checkout = Checkout.forActivity(this, billing, products);
|
||||
checkout.start();
|
||||
}
|
||||
|
Reference in New Issue
Block a user