mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-22 21:06:09 +03:00
Remove unsupported Android versions
This commit is contained in:
parent
34e3bbeea2
commit
90e5472ba1
1 changed files with 0 additions and 6 deletions
|
@ -64,12 +64,6 @@ public class ImportAccountActivity extends AppCompatActivity {
|
|||
AccountImporter.requestAndroidAccountPermissionsAndPickAccount(this);
|
||||
}
|
||||
});
|
||||
|
||||
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.LOLLIPOP) {
|
||||
Drawable wrapDrawable = DrawableCompat.wrap(binding.progressCircular.getIndeterminateDrawable());
|
||||
DrawableCompat.setTint(wrapDrawable, ContextCompat.getColor(this, R.color.defaultBrand));
|
||||
binding.progressCircular.setIndeterminateDrawable(DrawableCompat.unwrap(wrapDrawable));
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue