Replace illustration for connecting via Bluetooth

This commit is contained in:
Torsten Grote
2022-10-21 12:49:08 -03:00
parent 2e2c720241
commit b6f78a8667
9 changed files with 268 additions and 123 deletions

View File

@@ -25,6 +25,7 @@ import androidx.lifecycle.ViewModelProvider;
import static android.Manifest.permission.ACCESS_FINE_LOCATION;
import static android.widget.Toast.LENGTH_LONG;
import static org.briarproject.briar.android.AppModule.getAndroidComponent;
import static org.briarproject.briar.android.util.UiUtils.hideViewOnSmallScreen;
@MethodsNotNullByDefault
@ParametersNotNullByDefault
@@ -71,6 +72,7 @@ public class BluetoothIntroFragment extends Fragment {
@Override
public void onStart() {
super.onStart();
hideViewOnSmallScreen(requireView().findViewById(R.id.introImageView));
conditionManager.reset();
}