mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
コードの微修正
This commit is contained in:
parent
3386418abd
commit
e34dd65dda
|
@ -33,7 +33,7 @@ public class LibraryArchiveFragment extends AppCompatActivity {
|
|||
// 文字をタップしたときの処理
|
||||
|
||||
// 移動先のアクティビティを指定
|
||||
Intent intent = new Intent(LibraryArchiveFragment.this, TargetActivity.class);
|
||||
Intent intent = new Intent(LibraryArchiveFragment.this, LibraryXFragment.class);
|
||||
|
||||
// データを付加する
|
||||
intent.putExtra("key_name", "value_data");
|
||||
|
|
Loading…
Reference in New Issue
Block a user