mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
fix code indentation
This commit is contained in:
@@ -46,7 +46,7 @@ public class QrShowActivity extends AppCompatActivity {
|
||||
ActionBar supportActionBar = getSupportActionBar();
|
||||
assert supportActionBar != null;
|
||||
supportActionBar.setDisplayHomeAsUpEnabled(true);
|
||||
supportActionBar.setElevation(0); // edge-to-edge: avoid top shadow
|
||||
supportActionBar.setElevation(0); // edge-to-edge: avoid top shadow
|
||||
|
||||
if (chatId != 0) {
|
||||
// verified-group
|
||||
|
||||
Reference in New Issue
Block a user